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:
This download has {{ comment_count }} comment{{ comment_count|pluralize }}.
gremmie@1: