{% load pdf_tags %} {{ title }} - {{ corporate_settings.stiftung_name }}
{% if logo_base64 %} {% endif %}

{{ corporate_settings.stiftung_name }}

{{ title }}
Erstellt am: {{ generation_date|date:"d.m.Y H:i" }} {% if generated_by %} | Erstellt von: {{ generated_by }}{% endif %} {% if total_count %} | Anzahl Einträge: {{ total_count }}{% endif %}
{% if corporate_settings.address_line1 or corporate_settings.phone or corporate_settings.email %}
{% if corporate_settings.address_line1 %} {{ corporate_settings.address_line1 }}
{% endif %} {% if corporate_settings.address_line2 %} {{ corporate_settings.address_line2 }}
{% endif %} {% if corporate_settings.phone %} Tel: {{ corporate_settings.phone }}
{% endif %} {% if corporate_settings.email %} E-Mail: {{ corporate_settings.email }}
{% endif %} {% if corporate_settings.website %} Web: {{ corporate_settings.website }} {% endif %}
{% endif %}
{% if total_count %}
Zusammenfassung: {{ total_count }} Eintrag{{ total_count|pluralize:"e" }} exportiert
{% endif %} {% if data %}
{% for field_key, field_display in fields_config.items %} {% endfor %} {% for item in data %} {% for field_key, field_display in fields_config.items %} {% endfor %} {% endfor %}
{{ field_display }}
{% if field_key == 'betrag' or field_key == 'pachtzins' or 'betrag' in field_key %} {% if item|lookup:field_key %}€{{ item|lookup:field_key|floatformat:2 }}{% else %}-{% endif %} {% elif field_key == 'status' %} {% with status_value=item|lookup:field_key %} {% if status_value %} {{ status_value|capfirst }} {% else %}-{% endif %} {% endwith %} {% elif field_key|slice:"-5:" == '_date' or field_key|slice:"-6:" == '_datum' or 'datum' in field_key or 'date' in field_key %} {% with date_value=item|lookup:field_key %} {% if date_value %}{{ date_value|date:"d.m.Y" }}{% else %}-{% endif %} {% endwith %} {% else %} {% with field_value=item|lookup:field_key %} {{ field_value|default:"-"|truncatechars:50 }} {% endwith %} {% endif %}
{% else %}

Keine Daten zum Anzeigen verfügbar.

{% endif %}