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

{% trans "List FTP Accounts or change their passwords." %}

{% trans "List FTP Accounts" %}

{% if not status %}

{% trans "PureFTPD is disabled." %}

{% else %}

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

{% trans "ID" %} {% trans "User Name" %} {% trans "Directory" %} {% trans "Size" %} {% trans "Password" %}
{$ record.dir $}
{% endif %}
{% endblock %}