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

{% trans "Suspend/Unsuspend Website" %}

{% trans "This page can be used to suspend/unsuspend website." %}

{% trans "Suspend/Unsuspend Website" %}

{% 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 %}