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

FTP User

{% csrf_token %}
{% if ftp.user != user.username %}
{% csrf_token %}
{% endif %}
{% endblock content %} {% include "whm/footer.html" %}