Statistics
| Branch: | Tag: | Revision:

root / astakos / im / admin / templates / admin.html @ 1fefe48c

History | View | Annotate | Download (381 Bytes)

1
{% extends "admin_base.html" %}
2

    
3
{% block body %}
4
<ul class="unstyled">
5
  <li><strong>{{ stats.users }}</strong> User{{ stats.users|pluralize }} (<strong>{{ stats.pending }}</strong> pending)</li>
6
  <li><strong>{{ stats.invitations }}</strong> Invitation{{ stats.invitations|pluralize }} sent (<strong>{{ stats.invitations_consumed }}</strong> used)</li>
7
</ul>
8
{% endblock body %}