{% extends "base.html" %} {% block content %} {% if PTX_SITE_DESCRIPTION %}
{{ PTX_SITE_DESCRIPTION }}
{% endif %} {% if PTX_SHOW_TARGETS == "yes" %}

Available online:

{% endif %} {% if articles_page.object_list %} {% block content_title %}

News and updates

{% endblock %} {% for article in articles_page.object_list %} {% include 'article-block.html' %} {% endfor %} {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %} {% endif %} {% endblock content %}