{% extends 'default.html' %} {% if custom_domain.is_sl_subdomain %} {% set active_page = "subdomain" %} {% else %} {% set active_page = "custom_domain" %} {% endif %} {% block default_content %}
Info {% if not custom_domain.is_sl_subdomain %} DNS {% endif %} Deleted Alias Auto Create
{% block domain_detail_content %} {% endblock %}
{% endblock %}