{% extends _cms.conf.adminTemplate %} {% block title %}Document List{% endblock %} {% block head %} {% endblock %} {% block content %} Add File New Folder
{%if documents %} {%for document in documents %} {%endfor%} {%else%} {%endif%}
Actions Name
{%if _cms.conf.showIconDescrip%}Edit{%endif%} {%if not document.isFolder%} {%if _cms.conf.showIconDescrip%}Download{%endif%} {%if _cms.conf.showIconDescrip%}Delete{%endif%} {%endif%} {%if document.isFolder%}
{%else%}
{%endif%}
{%if document.isFolder%} {{document.name}} {%else%} {{document.name}} {%endif%}
No documents found.
{% endblock %} {%block beforeEndBody%} {%endblock%}