{% extends "base_site.html" %} {% block extrastyle %} {% load i18n %} {% endblock %} {% block content %}

  [ .. ]

{% autoescape off %} {% for dir in dirs %}   {{ dir}}
{% endfor %} {{ content }} {%block tag%} {% if request.pic_flag %} {% trans 'This Device has no pictures!' %} {% endif%} {%endblock%} {% endautoescape %}

 

{% endblock %}