{% extends "base_library.html" %} {% block data %} {% for cdn in med_cdn %} Class {{ cdn.class_number }} {{ cdn.class_date }} {{ cdn.mime_type }} {{ cdn.label }} {% if cdn.has_transcript %}View{% else %}Create{% endif %} Cannot Edit {% endfor %} {% for url in med_url %} Class {{url.class_number}}{% if url.part_number %} Part {{ url.part_number }}{% endif %} {{ url.class_date }} Video {{ url.label }} {% if url.has_transcript %}View{% else %}Create{% endif %} Cannot Edit {% endfor %} {% for embed in med_embeds %} {% endfor %}
Class: Class {{ embed.class_number }}
Date: {{ embed.class_date }}
{% if embed.label %}Label: {{ embed.label }}
{% endif %} Transcript: {% if embed.has_transcript %}View{% else %}Create{% endif %}
Venue: {{ embed.course.venue }}
{% autoescape off %} {{ embed.embed }} {% endautoescape %}
{% endblock %}