{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Website listing. Search and paging are server side so a reseller with a few thousand domains does not ship the whole tenant list to the browser. {% endcomment %} {% block title %}Websites{% endblock %} {% block content %}

Websites

website(s) you can manage.

{% if canCreate == 1 %} Create website {% endif %}
Domain Owner Package PHP SSL Status Actions
{% if canModify == 1 %} {% endif %} {% if canSuspend == 1 %} {% endif %} {% if canDelete == 1 %} {% endif %}
No websites matched.
Loading…
{% endblock %} {% block scripts %} {% endblock %}