From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/users.html | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 templates/users.html (limited to 'templates/users.html') diff --git a/templates/users.html b/templates/users.html new file mode 100644 index 00000000..701dbaa2 --- /dev/null +++ b/templates/users.html @@ -0,0 +1,73 @@ + +{% extends "base_content.html" %} +{% load extra_tags %} +{% load humanize %} +{% load i18n %} +{% block title %}{% spaceless %}{% trans "Users" %}{% endspaceless %}{% endblock %} +{% block forejs %} + +{% endblock %} +{% block content %} +
+
{% trans "Users" %}
+ +
+
+

+ {% if suser %} + {% blocktrans %}users matching query {{suser}}:{% endblocktrans %} + {% endif %} + + {% if not users.object_list %} + {% trans "Nothing found." %} + {% endif %} +

+
+ + + + + +
+ {% for user in users.object_list %} + +
+ +
+ + {% if forloop.counter|divisibleby:"7" %} +
+ {% endif %} + + {% endfor %} +
+
+
+{% endblock %} +{% block tail %} +
+ {% cnprog_paginator context %} +
+{% endblock %} + -- cgit v1.2.3-1-g7c22