{% include "header.html"%}

Create Mock

{% csrf_token %}
{% if mock.mock_type != 5 and mock.mock_type != 8 and mock.mock_type != 3 %}
{% endif %} {% if mock.mock_type == 1 or mock.mock_type == 6 or mock.mock_type == 7 %}
{% endif %} {% if mock.mock_type == 6 or mock.mock_type == 7 %}
{% endif %} {% if mock.mock_type == 6 or mock.mock_type == 7 %}
{% endif %} {% if mock.mock_type != 6 and mock.mock_type != 7 %}
{% endif %} {% if mock.mock_type == 5 or mock.mock_type == 8 or mock.mock_type == 3 or mock.mock_type == 4 %}
{% if mock_sections %} {% for s in mock_sections %}
Section ID Section Name Section Duration (in minutes)
{{ s.section_id }} {{ s.section.section_name }}
{% endfor %} {% else %}

No sections available to set timers.

{% endif %}
{% endif %}
{% if mock.mock_type != 6 and mock.mock_type != 7 %}
{% endif %}
{%include "sidebar.html"%}
{%include "footer.html"%}