{% extends "base_full.html" %} {% load i18n %} {% block title %}{{ description }}{% endblock title %} {% block content %}
{% trans 'File' %}: {{ row.filename }}
{% trans 'Name' %}: {{ row.name }}
{% trans 'Line' %}: {{ row.line }}
{{ variable.key }}={{ variable.value }}{% endfor %} {% endfor %}
{{ contentpage }}{% endblock content %}