{% extends "public/content.html" %} {% load url from future %} {% load thumbnail %} {% block headtitle %}{{ article }} | {{ article.section }}{% endblock %} {% block news_active %} {% if article.section.slug == 'news' %}active{% endif %} {% endblock %} {% block meta_description %} {{ article.description }} {% endblock %} {% block title %}

{{ article }}

{% endblock %} {% block content %}
{% if article.section.type == 'events' %}

{% if article.event_date_start|date:"j" != article.event_date_end|date:"j" %} {{ article.event_date_start|date:"jS" }} {% endif %} {% if article.event_date_start|date:"M" != article.event_date_end|date:"M" %} {{ article.event_date_start|date:"M" }} {% endif %} {% if article.event_date_start|date:"Y" != article.event_date_end|date:"Y" %} {{ article.event_date_start|date:"Y" }} {% endif %} {% if article.event_date_end %} {% if article.event_date_start != article.event_date_end %}to{% endif %} {{ article.event_date_end|date:"jS M Y" }} {% endif %}

{% else %}

{{ article.created|date:"jS M Y" }}

{% endif %} {{ article.content|safe }}
{% if article_resources %}
{% for resource in article_resources %} {% if resource.resource.category.template %} {% include resource.resource.category.template with resource=resource.resource %} {% else %} {% include "public/resources/default.html" with resource=resource.resource %} {% endif %} {% endfor %}
{% endif %}

< Back to {{ article.section }}

{% endblock %} {% block left_content %} {% if months %} {% endif %} {% endblock %}