{% extends "base.html" %} {% load mptt_tags %} {% load i18n %} {% block extrahead %} {% if request.session.userprefs %} {% endif %} {% endblock %} {% block title %}{% trans "Snippet" %} #{{ snippet.pk }}{% endblock %} {% block headline %}
{% for l in lines %}{{ forloop.counter }}{% endfor %} |
{% for line in snippet.content_splitted %} |
---|