{% extends "base.html" %} {% block title %}{{ _('Logo Settings') }}{% endblock %} {% block content %}

{{ _('Logo Settings') }}

{{ _('This logo appears in the header of every exported PDF sheet (Tomba, Struttura, Fauna, UT, Individui). It is automatically scaled down to fit the header box, so any reasonably square image works best.') }}

{{ _('Current logo') }}
{% if logo_exists %} {{ _('Current logo') }} {% else %}

{{ _('No logo file found — PDFs will show the "PYARCHINIT" text fallback.') }}

{% endif %}
{{ _('Upload a new logo') }}
{{ _('PNG or JPG.') }}
{% if has_default_backup %}
{% endif %}
{% endblock %}