{% extends "base.html" %} {% block title %}{{object.title}}{% endblock %} {% block content %}

{{object.title}}

Published: {{object.pub_date|date:"F d, Y"}}

{% if object.picture %} {{object.picture.title}} {% ifnotequal object.picture.gallery.photo_set.count 1 %} {% ifnotequal object.picture.gallery.photo_set.count 0 %}
Click to see all pictures associated with this article. {% endifnotequal %} {% endifnotequal %} {% endif %} {{object.body_html}}

Author{{object.author.all|pluralize}}: {% for author in object.author.all %} {{author.first_name}} {{author.last_name}}{% if not forloop.last %},{% endif %}{% endfor %}

{% if object.attachment_set.all %} Downloads for this article: {% endif %} {% endblock %}