{% include 'header.html' %} {% if error %}
{{ error }}
{% endif %}

Actions

{{ _('add_user') }} Settings Translations

Blogs

{% for blog in blogs %} {% endfor %}
TitleNameAuthorActions
{{ blog.title }}{{ blog.name }}{{ blog.ownername }}Delete

Users

{% for user in users %} {% endfor %}
UsernameAdmin?Actions
{{ user.username }} {% if user.admin > 0 %}{{ _('yes') }}{% else %}{{ _('no') }}{% endif %} Delete {% if user.admin > 0 %} {% if user.username != "admin" %} {{ _('remove_admin') }} {% endif %} {% else %} {{ _('add_admin') }} {% endif %}
{% include 'footer.html' %}