{% extends "whm/base.html" %} {% block title %}FTP Accounts{% endblock title %} {% block content %}

List of ftp Accounts

{% csrf_token %}
{% for ftp in ftps %} {% empty %} {% endfor %}
Log In Path Storage Status Actions
{{ ftp.user }} {{ ftp.dir }} {{ ftp.QuotaSize }}
{% if ftp.status == "1" %} Running {% else %} Stopped {% endif %}
Manage
No domains found.
{% endblock content %} {% include "whm/footer.html" %}