blob: 46aed901f103c2816babac17ea8907015e3c5143 [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{% include "projecttopbar.html" %}
9
Patrick Williamsf1e5d692016-03-30 15:21:19 -050010{% url table_name project.id as xhr_table_url %}
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050011<h2>{{title}} (<span class="table-count-{{table_name}}">0</span>)</h2>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050012{% include "toastertable.html" %}
13
Patrick Williamsf1e5d692016-03-30 15:21:19 -050014{% endblock %}