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

{% trans "Website Selection" %}

{% trans "Current Status:" %} {$ currentWebsiteState $} {$ currentWebsiteState $}
{% trans "Website State Management" %}
{% trans "Suspending a website will make it temporarily inaccessible. You can unsuspend it at any time to restore access." %}

{% trans "Select Action" %}

{% trans "Suspend" %}
{% trans "Make website temporarily inaccessible" %}
{% trans "Un-Suspend" %}
{% trans "Restore website accessibility" %}
{% trans "Cannot suspend website. Error message:" %} {$ errorMessage $}
{% trans "Cannot unsuspend website. Error message:" %} {$ errorMessage $}
{% trans "Website" %} {$ websiteStatus $} {% trans "successfully" %} {$ finalStatus $}.
{% trans "Could not connect to server. Please refresh this page." %}
{% endblock %} {% block footer_scripts %} {% endblock %}