Statistics
| Branch: | Tag: | Revision:

root / pithos / im / templates / admin.html @ b4c241e6

History | View | Annotate | Download (312 Bytes)

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

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