{% load i18n %} {% with url=field.url %} {% if not url %} - {% elif field.is_image %} {% trans 'Image preview' %} {% else %} {% trans "Click to download" %} download {% endif %} {% endwith %}