{% translate 'Aliases' %}

{% translate 'Create a New Alias' %}

{% translate 'Domain aliases are also called parked domains. You can park a domain on your primary document root. After that, you can redirect to a desired domain name' %}
{% translate 'This option will allow you to server more than one domain from a document root. That means you can make' %} example.net {% translate 'and' %} example.org {% translate 'show content from' %} example.com

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% if havealias %}
{% csrf_token %}
{%else%} {%endif%}

{% translate 'Manage Alias Domains' %}


{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% include "footer.html" %} {% include "datatablejs.html" %}