{% extends 'console/sortable_table.html' %} {% block content %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Tip: You can add a domain only if it's DNS zone contains a TXT record with this content: uwsgi:{{uuid}}

{% csrf_token %} {{ new_domain }}

{% for tag in tags %} {% endfor %}

{% for d in domains %} {% endfor %}
ID Name UUID TAGS
{{ d.0.id }} {{ d.0.name }} {{ d.0.uuid }}
{% csrf_token %} {{ d.1.tags }}
{% endblock %} {% block footer_js %} {{ block.super }} {% endblock %}