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

{% if not article.is_displayed and request.user.is_staff %}{% trans "Draft" %}{% endif %} {{ article.title|striptags }}

{{ article.summary|safe|truncatechars_html:300 }}
{% trans "Show more" %} {% endfor %}