{% for item in content %} {% if item.file_name.endswith('.mp4') %}
Your browser does not support the video tag.
{% elif item.file_name.endswith('.pdf') %}
{% else %}
{% endif %} {% endfor %}