{{ title }}
{% if documents.object_list %}-
{% for doc in documents.object_list %}
-
{{ doc.title }} ({{ doc.locale }})
{{ doc.get_absolute_url() }}
{% endfor %}
{{ _('There are no articles.') }}
{% endif %}