{% extends "site.html" %} {% block content %} {% if error_msg != '' %}{{ error_message(error_msg) }}
{% endif %}
{{ LANG.LASTEST_UPDATES }}
{% for news in news %}
{{ news.date|date("d") }}
{{ news.date|date("M") }}
{{ LANG.POSTED_BY_ON|replace({'%author%':news.author, '%date%':displayDate(news.date)}) }}
{{ news.content|raw }}
{% endfor %}
{{ LANG.VIEW_ALL_NEWS }}
{% endblock %}