{% if articles %} {% for article in articles %}

{% if article.strippedTitle %}
{{ article.strippedTitle|safe }}
{% endif %} {%if article.articlePubDate %} {{ dateI18n }}:{{ article.articlePubDate }} {% endif %} {% if article.author %}
{{ authorI18n }}:{{ article.author|safe }} {% endif %}
{% with article.articleStatus as result %} {% ifequal article.Unread result %}
{{ article.markAsReadAction|safe }}
{% endifequal %} {% ifequal article.Read result %}
{{ article.markAsUnreadAction|safe }}
{% endifequal %} {% endwith %}
{{ article.markAsImportantAction|safe }}
{{ article.openInExternalBrowser|safe }}
{{ article.openInBackgroundTab|safe }}
{{ article.sendFileAction|safe }}
{{ article.sendUrlAction|safe }}
{{ article.deleteAction|safe }}
{% if article.enclosure %}
{{ enclosureI18n }}:{{ article.enclosure|safe }} {% endif %}
{% if article.imageFeed %} {{ article.imageFeed }} {% endif %}
{% if article.content %}
{{ article.content|safe }} {% endif %} {% if article.commentNumber %}
{{ commentI18n }} ({{ article.commentNumber }}) {% endif %} {% if article.enclosure %}

{{ enclosureI18n }} {{ article.enclosure }}

{% endif %} {% if article.articleCompleteStoryLink %}

{{ completeStoryI18n }}

{% endif %}

{% endfor %} {% endif %}