{% extends 'speeches/base.html' %} {% load url from future %} {% load i18n %} {% load staticfiles %} {% load thumbnail %} {% block title %}{% trans "All Speakers" %}{% endblock %} {% block content %} {% if speaker_list or request.is_user_instance %} {% endif %} {% if speaker_list %} {% else %}
{% block nothing-here-yet %}

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

{% trans 'Once you have, this page will contain a list of all the different people who made each statement in this SayIt site.' %}

{% trans 'Add your first speaker' %} {% trans "Import speakers" %} {% trans 'Add your first statement' %}

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