{% extends 'base.html' %} {% block content %}
{% if metadata|length %} {{ widget.gorillaml_custom_form(metadata) }} {% else %} {% call widget.gcard(title='Plugin file manger', body_class='p-0') %} {% if files|length > 0 %} {% for file in files %} {% endfor %} {% else %} {% endif %}
Name Last Modified Action
{{ file.name }} {{ file.last_modified }}
No files found yet.
{% endcall %} {% endif %}
{% endblock %} {% block javascript %} var myCodeMirror = CodeMirror.fromTextArea(document.getElementById('content'), { lineNumbers: true, styleActiveLine: true, matchBrackets: true }); {% endblock %}