{% endblock %}
+{% block page_link %}
+ {% with event.links.all as links %}
+ {% if links %}
+ {% include 'core/inc/link.html' %}
+ {% endif %}
+ {% endwith %}
+{% endblock %}
+
{% block page_audio %}
{% with event.audios.all as audios %}
{% if audios %}
{% endwith %}
{% endblock %}
+{% block page_person_list %}
+ {% for page_custom_person_list_block_inline in event.persons.all %}
+ <!-- TODO: Add persons -->
+ {% endfor %}
+{% endblock %}
+
{% block page_sub_content %}
{% with event.blocks.all as blocks %}
{% include "core/inc/block.html" %}