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