blob: 33aa8ce0d77d0cb6c9ef0c7b8afb577ffd3da589 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001{% 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 %}