{% extends 'base.html' %} {% load i18n %} {% block title %}{{ title }} | Learning management system{% endblock title %} {% load i18n %} {% load static %} {% block content %} {% if request.user.is_superuser or request.user.is_lecturer %}
{% endif %}{{ quiz.description }}
{% else %}No description set.
{% endif %} {% if quiz.single_attempt %}{% trans "You will only get one attempt at this quiz" %}.
{% endif %}