- {% if request.is_user_instance %}
+ {% 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' %}
- {% 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 %}
+ {% endblock %}
{% endif %}
diff --git a/speeches/templates/speeches/speaker_list.html b/speeches/templates/speeches/speaker_list.html
index 0ef2e633..39687ac1 100644
--- a/speeches/templates/speeches/speaker_list.html
+++ b/speeches/templates/speeches/speaker_list.html
@@ -8,7 +8,7 @@
{% block content %}
-
+ {% if speaker_list or request.is_user_instance %}
+ {% endif %}
{% if speaker_list %}
@@ -40,19 +41,15 @@
{% endif %}