{% translate 'Add Package' %}

{% translate 'Create a hosting package' %}

{% translate 'You can use these packages to create a hosting account. The package contains resource allocation of hosting plan' %}.

{% 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 %}

{% translate 'Hosting Package Details ' %}

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