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

List of Domains

{% csrf_token %}
{% for domain in domains %} {% empty %} {% endfor %}
Domain php Path Actions
{{ domain.domain }} {{ domain.php }} {{ domain.path }} Manage Preview
No domains found.
{% endblock content %} {% include "whm/footer.html" %}