{% load i18n %}
{% for article in object_list %}

{% firstof article.headline article.title article.name %}

{% if article.author %} {% else %} {% endif %}
{{ article.excerpt|safe }}
{% if article.has_excerpt %}

{% trans "Continue reading" %}

{% endif %}
{% endfor %}
{% include "commoncontent/includes/pagination.html" %}