{% extends "pylucid_admin/base_site.html" %} {% block content %}

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

{% csrf_token %} {% 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 %}