{% extends 'mainlayout.html' %} {% block scripts %} {% endblock %} {% block content %}
{% include '_folders.html' %} {% if loginmessage is defined %}

{{ loginmessage }}

{% endif %} {% include '_top_nav.html' %} {% if msgs %} {% include '_main_table.html' %} {% else %}

{% trans %}This folder is empty!{% endtrans %}

{% endif %} {% include '_bot_nav.html' %}
{% endblock %}