Statistics
| Branch: | Tag: | Revision:

root / astakos / im / templates / admin.html @ 64cd4730

History | View | Annotate | Download (385 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> consumed)</li>
7
</ul>
8
{% endblock body %}