{% for sli in slides %}
{% if sli.get_extension == '.mp4' %}
Your browser does not support the video tag.
{% else %}
{% endif %}
{% endfor %}