Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | {% extends "baseprojectpage.html" %} |
| 2 | {% load projecttags %} |
| 3 | {% load humanize %} |
| 4 | {% load static %} |
| 5 | |
| 6 | {% block projectinfomain %} |
| 7 | |
| 8 | <h2>{{title}} (<span class="table-count-{{table_name}}"></span>) |
| 9 | {% if project.release %} |
| 10 | <i class="icon-question-sign get-help heading-help" title="This page lists {{title}} compatible with the release selected for this project, which is {{project.release.description}}"></i> |
| 11 | {% endif %} |
| 12 | </h2> |
| 13 | |
| 14 | {% url table_name project.id as xhr_table_url %} |
| 15 | {% include "toastertable.html" %} |
| 16 | |
| 17 | {% endblock %} |