{% load fb_tags i18n %}
    
{% if value.filetype == "Image" %}
{{ value.path }}
{% endif %} {% if not self.is_required %} {% endif %} {% if final_attrs.DEBUG %}
    Path {{ value.path }}
    FileType {{ value.filetype }}
    Directory {{ final_attrs.directory }}
    Extensions {{ final_attrs.extensions }}
    Format {{ final_attrs.format }}