{%extends "base.html"%} {%block content%}

Edit Command Page

Command : {{edit.commandname}}

{% csrf_token %}
{% if edit.commandname == "newfile" or edit.commandname == "delfile"%} {%elif edit.commandname == "mkdir" or edit.commandname == "deldir" %} {%endif%}
{% if edit.isdefault %}
{%elif edit.basespaths %}
{% else %}
{%endif%}
Back
{% endblock %}