Support local accounts & recover password
[pithos] / pithos / im / templates / admin.html
1 {% extends "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 %}