{% load static %} {% load widget_tweaks %}
{% if as_picture %}
{% if input.value %} {% endif %}
{{ input }}
{% else %} {% if input.widget_type == 'checkbox' %} {% if checkbox_show %}
{% else %}
{{ input.label }}:
{% endif %} {% else %}
{{ input }}
{% endif %} {% endif %}