{% extends "admin/base.html" %} {% load admin_static %} {% block content %}

Welcome {{user.email}} from Site: {{site}}

{% for entry in userSliceInfo %} {% if entry.reservations %} {% else %} {% endif %} {% endfor %}
SlicesPrivilege Reservations
{{entry.slice.name}}
{{entry.role}} {% for resSlot in entry.reservations.1 %} {{resSlot}}
{% endfor %}
{% endblock %}