{% extends 'blog/base.html' %} {% load blog %} {% block title %}{{ entry.title }}{% endblock %} {% block base_description %}{{ entry.description }}{% endblock %} {% block sidebar %}
{% translate "No entries" %}
{% endfor %}{% if entry.description %}{% autoescape off %} {{ entry.text|default:""|wiki }} {% endautoescape %}{{ entry.description|escape }}
{% endif %}{% translate "Tags" %}: {% for tag in entry.tags %} {{ tag }} {% empty %} {% translate "not defined" %} {% endfor %}
{% translate "Comments" %}