{% extends "base.html" %} {% block title %}Your services · auth-ingress{% endblock %} {% block content %}

Authorized workspace

Your services

{% if services %}
{% for service in services %}

{{ 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 %}