{% load i18n %} {# Document Viewer Component - View HTML or PDF documents with zoom controls #}
{% if show_toolbar %}
{% if pdf_url %} {% else %} {% endif %}
{% if title %}

{{ title }}

{% endif %}
{% if content %}
{% endif %} {% if pdf_url %} {% endif %}
{% endif %}
{% if pdf_url %} {% elif content %}
{{ content|safe }}
{% else %}

{% trans "No hay documento para mostrar" %}

{% trans "Proporcione contenido HTML o una URL de PDF" %}

{% endif %}