{% extends "base.html" %} {% block title %}{{object.title}}{% endblock %} {% block content %}
Published: {{object.pub_date|date:"F d, Y"}}
{% if object.picture %}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: