Anthony Michon 4a020e1d16 Initial commit
Change-Id: I934b18adfe286b57451d0fa8eb919519335e10e7
2015-05-11 14:17:25 +02:00

12 lines
276 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Tickets" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Tickets") %}
{% endblock page_header %}
{% block main %}
{{ table.render }}
{% endblock %}