{% extends 'base.html' %} {% block title %}{{ gettext("Quizz not found") }}{% endblock %} {% block content %} {{ gettext("No quizz associated with this link has been found") }} {% endblock %}