{% extends "base.html" %} {% block titleextra %}{{ question|linebreaksbr }} :: {% endblock %} {% block body %}
Tematy: {% for tag in question.tags.all %} {{ tag }}{% if not forloop.last %} / {% endif %} {% endfor %} {% endif %}
{{ question.answer }}{{ question.answered_by }}