{% extends "layout.html" %} {% block content %} {% if data['video_capture_list']|count %} {% endif %}
{% if data['video_capture_list']|count %} {% for video_capture in video_capture_list %} {% endfor %} {% else %}

There is no video capture!

{% endif %} {% endblock %}