{% extends 'speeches/base_player.html' %} {% load i18n %} {% block extra_headers %} {% with next=section.get_next_node previous=section.get_previous_node %} {% if previous %} {% endif %} {% if next %} {% endif %} {% endwith %} {% endblock %} {% block og_description %}{% if section.description %}{{ section.description|striptags }}{% else %}{{ block.super }}{% endif %}{% endblock %} {% block content %} {% for node, structure in section_tree %} {% if forloop.first %}
{% endif %} {% if structure.new_level %}{% endfor %} {% if forloop.last %} {% with next=section.get_next_node previous=section.get_previous_node %} {% if previous or next %}
{% if previous %} ← {{ previous.title }} {% endif %} {% if next %} {{ next.title }} → {% endif %}
{% endif %} {% endwith %}
{% endif %} {% empty %}

{% trans 'This section is empty' %}

{% trans "Add a new speech here" %}

{% endfor %} {% endblock %}