{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Per-site "Manage" dashboard: one page summarising a single website plus quick links to every per-site tool. Reached from the "Manage" button on the website listing. {% endcomment %} {% block title %}Manage {{ domain }}{% endblock %} {% block content %}

Owner · Package ·

Disk usage
MB / MB (unlimited)
Bandwidth (recent)
MB
of MB/mo
SSL
Expires
PHP version
Force HTTPS
Site details
Document root
System user
Databases
/
FTP accounts
/
Email accounts
/
Add-on domains
/
{% if canOwnerPackage %}
Owner & package Change
{% endif %}
Quick links
No linked tools are available to this account.
{% comment %} Static, not part of overview.quickLinks: this whole page already requires modifyWebsite (see websiteFunctions/siteTools.py:manage), the same permission every quick link above is individually gated on, so no further ACL check is needed here. Added directly in the template (rather than in _quick_links()) because this file is the webTerminal package's one point of contact with the per-site "Manage" dashboard -- see that package's report. {% endcomment %} Terminal
WordPress detected on this site.
Has a staging copy.
Deployed from git.
{% endblock %} {% block scripts %} {% endblock %}