{% extends "base_generic.html" %} {% block header %} {% if user.is_authenticated and user.is_superuser %}
Back
Exercise {% else %}

You are not logged in: login

{% endif %} {% endblock %} {% block body %} {% if user.is_authenticated and user.is_superuser %}

Name: {{ exercises.name }}

Description: {{ exercises.description }}

Answer: {{ exercises.answer }}

{% endif %} {% endblock %}