{% translate 'Addon Domains' %}
{% translate 'Create an Addon Domain' %}
{% translate 'Addon domains are additional domains. You can add any domain as an addon website under your hosting account.' %}
{% if form.errors %}
{% if haveaddon %}
{%else%}
{% 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" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate "Package limit exceeded, you can't add new addon domains. Please upgrade your hosting package" %}
{%endif%}
{% translate 'Manage Addon Domains' %}
{% translate 'Sl.No' %} | {% translate 'Addon Domains ' %} | {% translate 'Document Root' %} | {% translate 'Redirection URL' %} | {% translate 'Action' %} |
---|---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Addon Domains ' %} | {% translate 'Document Root' %} | {% translate 'Redirection URL' %} | {% translate 'Action' %} |