{% translate 'Sub Domains' %}

{% translate 'Create a Sub Domain' %}

{% translate 'A subdomain is an additional part to your main domain name. Subdomains are created to organize and navigate to different sections of your website. You can create multiple subdomains or child domains on your main domain.' %}
{% translate 'For example' %} blog.example.com {% translate 'is a subdomain of' %} 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 havesubdomain %}
{% csrf_token %}
/
{%else%} {%endif%}

{% translate 'Manage Sub Domains' %}

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