{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Delete Website - CyberPanel" %}{% endblock %} {% block header_scripts %} {% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Website Selection" %}

{% trans "Domain" %} {$ websiteToBeDeleted $}
{% trans "Package" %} {$ websiteDetails.package $}
{% trans "Owner" %} {$ websiteDetails.owner $}
{% trans "Warning: This action cannot be undone!" %}
{% trans "Deleting a website will permanently remove:" %}
  • {% trans "All website files and directories" %}
  • {% trans "Associated databases" %}
  • {% trans "Email accounts and data" %}
  • {% trans "DNS records" %}
  • {% trans "SSL certificates" %}
  • {% trans "Backup configurations" %}

{% trans "Are you absolutely sure?" %}

{% trans "This action will permanently delete the website and all associated data." %}

{$ websiteToBeDeleted $}
{% trans "Cannot delete website. Error message:" %} {$ errorMessage $}
{% trans "Website" %} {$ deletedWebsite $} {% trans "successfully deleted." %}
{% endblock %} {% block footer_scripts %} {% endblock %}