Actions

{% csrf_token %} {# as chromium actually works #} {# according to html5 specs #}

Log In

Log in as any user

Toggle Groups

Add or remove groups for the logged in user

Extras

Extra actions for development and debugging

Production Actions

Log In Log Out Meta

{% if sso_is_configured %}These actions are used in production{% else %}SSO is not configured{% endif %}

{% if next_url %}

You will be redirected to: {{ next_url }}

{% endif %} {% if user.is_superuser %}

You are a superuser

{% elif user.is_staff %}

You are a staff member

{% endif %}
{% for table_name, table_contents in tables %}

{{ table_name }}

{% for k, v in table_contents.items %} {% empty %} {% endfor %}
{{ k }}{{ v }}
(empty)

{% endfor %}