{% extends "layouts/default.html" %} {% block title %}Users{% endblock %} {% block content %}

Account Management

View Dashboard View Dashboard View profile My Account

Create New Account

New users can only create 'pages' and 'archive entries'. They cannot edit or delete them.

User Acccounts

{% for account in users %} {% if account.username != user.username %}

{{account.username}}
{{account.display-name}}

{% endif %} {% endfor %}
{% endblock %}