{% extends "users/base.html" %} {% block title %}My Domain visitor{% endblock title %} {% block content %}

List of Domains for visitor

{% csrf_token %}
{% for domain in domains %} {% empty %} {% endfor %}
Domain Actions
{{ domain.domain }} View
No domains found.
{% endblock content %} {% include "users/footer.html" %}