{% extends 'base.html' %} {% block title %}Admin Dashboard - Digitale Liturgie{% endblock %} {% block content %}

Admin Dashboard

Kerken

{% for church in churches %} {% endfor %}
Kerknaam Actief URL Acties
{{ church.name }} {% if church.is_active %} {% for board in church.boards %} {% endfor %} {% endif %} Weergeven

Gebruikers

{% for user in users %} {% endfor %}
Gebruikersnaam Kerk Admin Impersonalisatie Acties
{{ user.username }} {{ user.church.name }} {% if user.is_admin %}Ja{% else %}Nee{% endif %} {% if not user.is_admin %} Impersonate {% else %}-{% endif %} {% if not user.is_admin %}
{% else %}-{% endif %}
{% endblock %}