{% extends "manage.html" %} {% block pagetitle %} List of Questions {% endblock pagetitle %} {% block script %} {% endblock %} {% block content %}

Upload ZIP file for adding questions

{% csrf_token %} {{ upload_form.as_p }}
{% if message %}

{{ message }}

{% endif %} {% if msg %}

{{ msg }}

{% endif %}

{% csrf_token %}
Filters
{{ form.question_type }}
{{ form.language }}
{{ form.marks }}


{% if questions %}
Select All
{% for i in questions %}   {{ i }}
{% endfor %} {% endif %}

   {% if questions %}       {% endif %}
{% endblock %}