{% extends 'base.html' %} {% load i18n %} {% block title %} - {{ question }}{% endblock %} {% block content %} {% trans "Questions" as ph_bc1 %} {% trans "questions_url" as ph_bc1_url %} {% trans "Question" as ph_bc2 %} {% with ph_icon="icon-question-sign" ph_title=question.title ph_bc1=ph_bc1 ph_bc1_url=ph_bc1_url ph_bc2=ph_bc2 %} {% include "layout_elements/page_header.html" %} {% endwith %}
{{ question.explanations|linebreaksbr }}
{{ question.answer|linebreaksbr }}