{% extends "base.html" %} {% block title %}Your services · auth-ingress{% endblock %} {% block content %} {% if summary %}
{% for item in summary %}
{{ item.label }}{{ item.value }}

{{ item.hint }}

{% endfor %}
{% endif %} {% if services %}
{% for service in services %}
{{ service.slug }}

Service entry

{{ service.display_name }}

{{ service.description or "Open protected service" }}

Open service →
{% endfor %}
{% else %}

No services available

Your account is active, but no services are assigned. Contact your administrator for access.

{% endif %} {% if user.is_admin %}{% endif %} {% endblock %}