{% extends "base.html" %} {% block title %}{{object.title}}{% endblock %} {% block content %}
Published: {{object.pub_date|date:"F d, Y"}}
{{object.short_description_html}} Download {{object.title}} ({{object.get_pdf_size|filesizeformat}})Author{{object.authors.all|pluralize}}: {% for author in object.authors.all %} {{author.first_name}} {{author.last_name}} {% if not forloop.last %},{% endif %}{% endfor %}
{% endblock %}