{% extends "theme_editor/base_list.html" %} {% load i18n %} {% load humanize %} {% load base_filters %} {% block title %}{{ block.super }}Theme Editor{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% trans "Back to App List" %}   {% trans "Back to Theme-Editor" %}

{% if app %}{{ app }}{% else %}default{% endif %} templates

{% trans "Choose a folder or file:" %}
{% if prev_dir %}

« {% blocktrans %}back to {{ prev_dir_name }}{% endblocktrans %}

{% endif %} {% if dirs %} {% endif %} {% if files %} {% endif %} {% if not files and not dirs %}

{% trans "No editable files" %}

{% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}