projects
/
ais.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Renamed html_templates into www_templates
[ais.git]
/
www_templates
/
users_tree.html
1
{% extends "users.html" %}
2
{% load ais_extras %}
3
4
{% block userlist %}
5
{{ root|format_user_tree|safe }}
6
{% endblock %}
7
8
{% block showtree %}
9
<a href=. class=button>Hide tree</a>
10
{% endblock %}