{% extends 'index.html' %} {% block content %}
{{actionTitle}} for {{dbConfig.name}} {% block findlinks %} {% endblock findlinks %}
{% if not fileId and not folderId %}

Files:

Folders:

{% endif %} {% if fileId and fileDetails %}

File: {{ fileDetails.name }}

{% endif %} {% if folderId and folderDetails %}

Folder: {{ folderDetails.folder.name }}

Children:

{% endif %} {% endblock content %}