{% if articles %}

{{ heading_title }}

{% if articles %} {% for article in articles %} {% if article.short_description %}
{{ article.short_description }}
{% endif %}

{% endfor %} {% else %}
{{ text_no_found }}
{% endif %}
{% endif %}