{% extends "base.html" %} {% block content %}

Question Detail

{{ question.institution }}

{{ question.level }}

{{ question.question_date }}

Subject
{{ question.subject }}
{% if question.paper %}
Paper
{{ question.paper }}
{% endif %} {% if question.group %}
Group
{{ question.group }}
{% endif %} {% if question.chapter %}
Chapter
{{ question.chapter }}
{% endif %} {% if question.marks %}
Marks
{{ question.marks }}
{% endif %}
Question No.
{{ question.question_number }}
Question
{% if question.nepali_transcription %}

{{ question.nepali_transcription|safe }}

{% endif %} {% if question.english_transcription %}

({{ question.english_transcription|safe }})

{% endif %} {% if question.notes %}
Note: {{ question.notes }}
{% endif %}
{% endblock %}