{% extends "base.html" %} {% load url from future %} {% block "titleextra" %}{{ question|linebreaksbr }} :: {% endblock %} {% block "body" %}

{{ question|linebreaksbr }}

{% if question.tags.all.count %}

Tematy: {% for tag in question.tags.all %} {{ tag }}{% if not forloop.last %} / {% endif %} {% endfor %} {% endif %}

{{ question.answer }}

{{ question.answered_by }}

Wróć do listy pytań.

{% endblock %}