{% extends 'newscenter/base.html' %} {% load thumbnail %} {% block title %}{{ article.title }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block appcontent %}

{{ article.title }}

{{ article.teaser }}

{% if article.images.all %}
{% endif %}

{{ article.release_date|date:"F j, Y P" }}

{% if article.location %}
Location: {{ article.location }}
{% endif %}
{{ article.body|safe }}
{% if article.categories.all %}
Categor{{ article.categories.count|pluralize:"y,ies" }}:
{% endif %} {% endblock %}