gremmie@1: {% extends 'base.html' %} gremmie@1: {% load downloads_tags %} gremmie@1: {% load comment_tags %} bgneal@6: {% load script_tags %} gremmie@1: {% block title %}Downloads Comments{% endblock %} gremmie@1: {% block custom_css %} gremmie@1: gremmie@1: gremmie@1: {% endblock %} gremmie@1: {% block custom_js %} bgneal@6: {% script_tags "jquery" %} bgneal@6: {% script_tags "markitup" %} gremmie@1: gremmie@1: gremmie@1: {% endblock %} gremmie@1: {% block content %} gremmie@1:

Downloads

gremmie@1: {% downloads_navigation %} gremmie@1:

Download Comments For {{ download.title }}

gremmie@1: gremmie@1:
gremmie@1: {% include 'downloads/download.html' %} gremmie@1:
gremmie@1: gremmie@1: {% get_comment_count for download as comment_count %} gremmie@1:

This download has {{ comment_count }} comment{{ comment_count|pluralize }}.

gremmie@1:
gremmie@1: {% render_comment_list download %} gremmie@1: {% render_comment_form for download %} gremmie@1: {% endblock %}