{% extends "theme_editor/base.html" %} {% load i18n %} {% load humanize %} {% load styled_forms %} {% load base_filters %} {% load theme_editor_tags %} {% load theme_editor_filters %} {% block title %}{{ block.super }}Theme Editor{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% if is_file %}
{% if current_file not in non_deletable_files %}
Delete this File
{% endif %}
{% trans "Previous Versions" %} ?{% if archives %}
{% for archive in archives %}
{% endfor %}
{% else %}
{% trans "No versions available." %} {% endif %}{% trans "No file selected. Select a file or directory from the list on the right." %} {% endif %} |
{# if theme_count > 1 #}
{% trans 'Currently editing:' %}{% ifnotequal ACTIVE_THEME current_theme %}{% trans "Preview" %} {{ current_theme }} {% trans "on your site" %} » {% endifnotequal %}{% trans "Active theme:" %} {{ ACTIVE_THEME }}. {% trans "Change?" %} {% trans "Choose a folder or file to edit:" %}
{% if pwd|length > 20 %}
{% endif %}
{% if prev_dir %}
{% blocktrans with pwd|slice:"-20:" as pslice %}in ...{{ pslice }}{% endblocktrans %} {% else %}{% blocktrans %}in {{ pwd }}{% endblocktrans %} {% endif %}« {% blocktrans %}back to {{ prev_dir_name }}{% endblocktrans %} {% endif %} {% if dirs %}
{% trans "This folder is empty" %} {% endif %} {% endcomment %}Customize more templates:Copy down one of Tendenci's built-in app templates and customize it. {% trans "Customize more templates" %} |