{% extends 'layouts/sidebar_right.tpl' %} {% block PageHeader %}

News

{% endblock %} {% block Content %} {{ getAdZone(zone='Msite_300x250') }} {% paginate getNews(limit = 12, body_length = 150, paginate = true) as pagination, news %}
{{ options.text.PreNewsListContent }}
{% for n in news %}
{{ n.category }}
{{ n.title }}
{{ n.body }}
{% endfor %}
{% include('include/pagination.tplp') %}
{% endblock %} {% block MiddleDivSidebarRight %}{% endblock %} {% block SidebarAndAside %}{% endblock %} {% block EndDivSidebarRight %}{% endblock %}