{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "List FTP Accounts - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% trans "List FTP Accounts or change their passwords." %}
{% trans "Records successfully fetched for" %} {$ domainFeteched $}
{% trans "Password changed for" %} {$ ftpUsername $}
{% trans "Cannot change password for {$ ftpUsername $}. Error message:" %} {$ errorMessage $}
{% trans "Could Not Connect to server. Please refresh this page" %}