From 483aec19a29c69f544e27b6fb60966ca48b4f016 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 31 Aug 2018 16:03:12 +0200 Subject: Admin: profile type summary page --- .../admin/profiletype_summary_change_list.html | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 ishtar_common/templates/admin/profiletype_summary_change_list.html (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/admin/profiletype_summary_change_list.html b/ishtar_common/templates/admin/profiletype_summary_change_list.html new file mode 100644 index 000000000..f071545cc --- /dev/null +++ b/ishtar_common/templates/admin/profiletype_summary_change_list.html @@ -0,0 +1,42 @@ +{% extends "admin/change_list.html" %}{% load i18n %} + +{% block content_title %} +

{% trans "Profile type Summary" %}

+{% endblock %} + +{% block result_list %} + +
+ + {% for group in groups %} + {% if forloop.counter0|divisibleby:10 %} + + + {% for profile_type in profile_types %} + + {% endfor %} + + {% endif %} + + + {% for col in group %} + {% if forloop.first %}{% endif%} + {% endfor %} + + {% endfor %} +
+ + +
{% else %}
{% endif%} + {{col}} + {% if forloop.first %}{% else %}
+
+ + +{% endblock %} + +{% block pagination %}{% endblock %} \ No newline at end of file -- cgit v1.2.3