{{ title }} {% if documents.object_list %} {% for doc in documents.object_list %} {{ doc.title }} {% endfor %} {{ documents|paginator }} {% else %} {{ _('There are no articles.') }} {% endif %}