News

{% if articles_list %} {% for article in articles_list %}
{{ article.created_at.strftime('%d') }} {{ article.created_at.strftime('%Y.%m') }}

{{ article.title_en }}

{{ article.content_en[:120] if article.content_en else '' }}{% if article.content_en and article.content_en|length > 120 %}...{% endif %}

Read More
{% endfor %} {% else %}

No news available at the moment

{% endif %}