{% extends 'dashboard/admin_dashboard/main.html' %} {% load static %} {% block content %}

Safety Training / Edit Safety Training

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% csrf_token %}
{% if training_instance.video_file %}

Current Video: {{ training_instance.video_file.name }}

{% endif %}

Questions

{% for question in questions %}

Question {{ forloop.counter }}

{% empty %}

Question 1

{% endfor %}
{% endblock %}