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

{% trans "Tendenci Apps" %}

{% trans "Choose a theme or app that you wish to override:" %}
{% for app in apps %} {% endfor %}
{% endblock %}