{% extends "pylucid_admin/base_site.html" %} {% if pygments_css %} {% block extrahead %}{{ block.super }} {% endblock %} {% endif %} {% block content %}

{% trans 'Overwrite a template. Read the original template from filesystem and create a dbtemplate entry' %} {% trans 'more info on:' %}pylucid.org

{% include "admin/pylucid/includes/pylucid_formset.html" %}
{% if template %}

preview sourcecode of '{{ template.name }}'

(Readed from the filesystem.) {{ template.get_content_preview }} {% endif %} {% endblock content %}