diff --git a/aircox_cms/templates/aircox_cms/dynamic_list_page.html b/aircox_cms/templates/aircox_cms/dynamic_list_page.html index 17c28dd..0e0aed2 100755 --- a/aircox_cms/templates/aircox_cms/dynamic_list_page.html +++ b/aircox_cms/templates/aircox_cms/dynamic_list_page.html @@ -12,18 +12,18 @@ {# Translators: terms are search terms, or tag tarms. url: url to the page #} {% with terms=list_selector.terms %} {% if terms %} -{% blocktrans %}Search in publications for {{ terms }}{% endblocktrans %} + {% blocktrans %}Search in publications for {{ terms }}{% endblocktrans %} {% elif list_selector.filter_related %} {# should never happen #} -{% with title=list_selector.filter_related.title url=list_selector.filter_related.url %} -{% blocktrans %} - Related to {{ title }}{% endblocktrans %} -{% endwith %} + {% with title=list_selector.filter_related.title url=list_selector.filter_related.url %} + {% blocktrans %} + Related to {{ title }} + {% endblocktrans %} + {% endwith %} {% else %} -{% blocktrans %}All the publications{% endblocktrans %} + {% blocktrans %}All the publications{% endblocktrans %} {% endif %} {% endwith %} -{% endif %} {% endblock %} @@ -36,18 +36,16 @@ {{ related.summary }} {% trans "More about it" %} - {% elif page.body %} + {% elif page.body %}