blob: 0766e5e4cfca472fb416d455abe98982518d2f9e [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001{% extends project_specific|yesno:"baseprojectspecificpage.html,base.html" %}
Patrick Williamsf1e5d692016-03-30 15:21:19 -05002{% load projecttags %}
3{% load humanize %}
4{% load static %}
5{% block pagecontent %}
6
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05007{% include "newcustomimage_modal.html" %}
Patrick Williamsf1e5d692016-03-30 15:21:19 -05008
Patrick Williamsc0f7c042017-02-23 20:41:17 -06009<div class="row">
10
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011 {% include project_specific|yesno:"project_specific_topbar.html,projecttopbar.html" %}
Patrick Williamsc0f7c042017-02-23 20:41:17 -060012
13 <div class="col-md-12">
14 {% url table_name project.id as xhr_table_url %}
15 <h2>{{title}} (<span class="table-count-{{table_name}}">0</span>)</h2>
16 {% include "toastertable.html" %}
17 </div>
18
19</div>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050020
Patrick Williamsf1e5d692016-03-30 15:21:19 -050021{% endblock %}