{% extends "base.html" %} {% block title %}{{ section.title }} - System Settings{% endblock %} {% block content %} {% block menu %} {% include "settings/_settings_system_menu.html" %} {% endblock %}
{% for domain in domains %} {{ domain.domain }} {% if domain.public %}Public{% else %}Private{% endif %} {% if domain.service_domain %}({{ domain.service_domain }}){% endif %} {% empty %}

You have no domains set up.

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