{% extends 'speeches/base_player.html' %} {% load staticfiles %} {% load pagination_tags %} {% load i18n %} {% block title %}{% trans "Speeches" %}{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block content %} {% if section_list or speech_list or request.is_user_instance %} {% endif %} {% if section_list or speech_list %} {% if section_list %} {% endif %} {% if speech_list %}
{% if section_list %}

{% trans 'Speeches not in a section' %}

{% endif %} {% paginate %}
{% endif %} {% else %}
{% block nothing-here-yet %}

{% trans 'You haven’t added any speeches or statements yet' %}

{% trans 'Once you have, you’ll be able to browse speeches and organise them into sections here.' %}

{% trans 'Add your first statement' %}

{% endblock %}
{% endif %} {% endblock %}