{% extends "session.html" %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block body %}
{% for d in data %} {% for category in d['data']['category'] %} {% if category.get('label', None) %} {% endif %} {% endfor %} {% if d['data'].get('mediagroup') %} {% else %} {% endif %} {% endfor %}
Title Author Published Category Description Video
{{d['data']['title']['t']}} {% for author in d['data']['author'] %} {{author['name']['t']}} {% endfor %} {{d['data']['published']['t']}}{{category['label']}}{{d['data'].get('mediagroup').get('mediadescription').get('t')}} Show
{% endblock %}