{% extends "admin/base.html" %} {% block title %}Sites · bragi admin{% endblock %} {% block content %}
| Slug | Hostname | Title | Locale | Status | {% if is_superuser %}{% endif %} |
|---|---|---|---|---|---|
{{ site.slug }}
|
{{ site.hostname }} | {{ site.title }} | {{ site.locale }} | {{ 'active' if site.active else 'inactive' }} | {% if is_superuser %}{% if site.active %} {% else %} {% endif %} | {% endif %}
{% if is_superuser %} No sites yet. Create the first one. {% else %} You don't have access to any sites yet. Ask an admin to grant you a role. {% endif %}
{% endif %} {% endblock %}