{% if value %}
Currently:
{% if file_url %}
{{ file_url }}
{% if show_thumb %}
{% endif %}
{% else %}
{{ value }}
{% endif %}
{{ clear_checkbox }}
Change:
{% endif %}