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

{% trans "Delete FTP Account" %}

{% trans "Select domain and delete its related FTP accounts." %}

{% trans "Delete FTP Account" %}

{% if not status %}

{% trans "PureFTPD is disabled." %}

{% else %}

{% trans "Cannot delete account. Error message:" %} {$ errorMessage $}

{% trans "FTP Account with username:" %} {$ ftpUserNameDeleted $}{% trans " is successfully deleted." %}

{% trans "Could not connect to the server. Please refresh this page." %}

{% endif %}
{% endblock %}