blob: 980179a406047a58e17bf6d2acc668377e351d1e [file] [log] [blame]
Patrick Williamsf1e5d692016-03-30 15:21:19 -05001{% extends "base.html" %}
2{% 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
11 {% include "projecttopbar.html" %}
12
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 %}