{% with urlarchivo='https://docs.google.com/gview?url='|add:URL_GENERAL|add:archivo.url|add:'&embedded=true' %}
{% if archivo_is_image %}
{% elif archivo_extension == "pdf" %}
{{ icono }} {{ nombre_btn }}
{% else %}
{{ icono }} {{ nombre_btn }}
{% endif %}
{% endwith %}