{% extends 'thumbnail_base.html' %} {% block content %}
capture options:
{% with widget=widget.subwidgets.0 %} {% include widget.template_name %} {% endwith %} {% with widget=widget.subwidgets.1 %} {% include widget.template_name %} {% endwith %}
{% with widget=widget.subwidgets.2 %} {% if widget.type == 'checkbox' %} {% include widget.template_name %} {{ widget.attrs.label }} {% else %} {% include widget.template_name %} {% endif %} {% endwith %}
{% with widget=widget.subwidgets.3 %} {% if widget.type == 'checkbox' %} {% include widget.template_name %} {{ widget.attrs.label }} {% else %} {% include widget.template_name %} {% endif %} {% endwith %} {% with widget=widget.subwidgets.4 %} {% if widget.type == 'checkbox' %} {% include widget.template_name %} {{ widget.attrs.label }} {% else %} {% include widget.template_name %} {% endif %} {% endwith %}
{% with widget=widget.subwidgets.5 %} {% include widget.template_name %} {% endwith %}
{% if widget.video_capture_help_text %}
{{ widget.video_capture_help_text }}
{% endif %}

{% with widget=widget.subwidgets.6 %} {% include widget.template_name %} {% endwith %}
{% endblock %}