{# templates/organization/reserved_domain_list.html #} {% extends "template_base.html" %} {% block title %}Reserved Domains{% endblock %} {% block content %}
Add New Reserved Domain Address
{% if organization_domain_list %}(no organization domains found)
{% endif %} {% if reserved_domain_list %}(no reserved domains found)
{% endif %} {##} {# Import Reserved Domains From Master Server#} {#
#} {% endblock %}