{% extends "frog/email.html" %} {% load tablecols %} {% block content %} {% if images %} {% for row in images|tablecols:4 %} {% for obj in row %} {% endfor %} {% endfor %} {% endif %} {% if videos %} {% for row in videos|tablecols:4 %} {% for obj in row %} {% endfor %} {% endfor %} {% endif %}

Images


{{obj.title}}
{{obj.author.get_full_name}}

Videos


{{obj.title}}
{{obj.author.get_full_name}}
{% endblock %} {% block footer %} {% endblock %}