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

{% 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 statement' %}

{% else %}

{% trans 'This is a brand new SayIt site.' %}

{% trans 'Its creator hasn’t yet added any speeches or statements for you to see.' %}

{% trans 'Learn more about SayIt' %}

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