{% extends "settings/base.html" %} {% block subtitle %}Domains{% endblock %} {% block content %}
{% for domain in domains %} {{ domain.domain }} {% if domain.public %}Public{% else %}Private{% endif %} {% if domain.service_domain %}({{ domain.service_domain }}){% endif %} {% if domain.default %} Default {% endif %} {% empty %}

You have no domains set up.

{% endfor %} Add a domain
{% endblock %}