{% extends 'base.html' %} {% load static %} {% block title %}{{ paechter.get_full_name }} - Pächter - Stiftungsverwaltung{% endblock %} {% block content %}
Vorname: {{ paechter.vorname }}
Nachname: {{ paechter.nachname }}
{% if paechter.geburtsdatum %}Geburtsdatum: {{ paechter.geburtsdatum|date:"d.m.Y" }}
{% endif %}Status: {% if paechter.aktiv %} Aktiv {% else %} Inaktiv {% endif %}
{% if paechter.pachtnummer %}Pachtnummer: {{ paechter.pachtnummer }}
{% endif %}Personentyp: {% if paechter.personentyp == 'natuerlich' %} Natürliche Person {% elif paechter.personentyp == 'gesellschaft' %} Gesellschaft {% else %} {{ paechter.get_personentyp_display }} {% endif %}
E-Mail: {{ paechter.email }}
{% endif %} {% if paechter.telefon %}Telefon: {{ paechter.telefon }}
{% endif %}IBAN: {{ paechter.iban }}
{% endif %}Adresse:
{% if paechter.strasse %}{{ paechter.strasse }}{% endif %}
{% if paechter.plz or paechter.ort %}
{% endif %}
{% if paechter.plz %}{{ paechter.plz }}{% endif %}
{% if paechter.plz and paechter.ort %} {% endif %}
{% if paechter.ort %}{{ paechter.ort }}{% endif %}
Erster Pachtbeginn: {{ paechter.pachtbeginn_erste|date:"d.m.Y" }}
{% endif %} {% if paechter.pachtende_letzte %}Letztes Pachtende: {{ paechter.pachtende_letzte|date:"d.m.Y" }}
{% endif %}Aktueller Pachtzins: €{{ paechter.pachtzins_aktuell|floatformat:2 }}/Jahr
{% endif %}Landwirtschaftliche Ausbildung: {% if paechter.landwirtschaftliche_ausbildung %} Ja {% else %} Nein {% endif %}
{% if paechter.berufserfahrung_jahre %}Berufserfahrung: {{ paechter.berufserfahrung_jahre }} Jahre
{% endif %}Spezialisierung: {{ paechter.spezialisierung }}
{% endif %}| Länderei | Pachtzeit | Fläche | Pachtzins/Jahr | USt-Option | Zahlungsweise | Aktionen |
|---|---|---|---|---|---|---|
|
{{ land }}
{% if land.adresse %}
{{ land.adresse }} {% endif %} |
{{ land.pachtbeginn|date:"d.m.Y"|default:"Nicht angegeben" }}
{% if land.pachtende %} - {{ land.pachtende|date:"d.m.Y" }}{% else %} - Unbefristet{% endif %}
{% if land.verlaengerung_klausel %}
Auto-Verlängerung {% endif %} |
{{ land.verp_flaeche_aktuell|floatformat:2 }} qm
({{ land.verp_flaeche_aktuell_hektar|floatformat:2 }} ha) |
{% if land.pachtzins_pauschal %}
€{{ land.pachtzins_pauschal|floatformat:2 }}
{% if land.pachtzins_pro_ha %}
€{{ land.pachtzins_pro_ha|floatformat:2 }}/ha {% endif %} {% else %} Nicht angegeben {% endif %} |
{% if land.ust_option %} {{ land.ust_satz|floatformat:1 }}% USt {% else %} Keine USt {% endif %} | {{ land.get_zahlungsweise_display }} |
Gesamtfläche
({{ total_flaeche_neu_hektar|floatformat:2 }} ha)Pachtzins/Jahr
Ländereien
| Dokument | Kontext | Beschreibung | Aktionen |
|---|---|---|---|
|
{{ dokument.titel }}
ID: {{ dokument.paperless_document_id }} |
{{ dokument.get_kontext_display }} | {% if dokument.beschreibung %} {{ dokument.beschreibung|truncatewords:10 }} {% else %} Keine Beschreibung {% endif %} |
Verknüpfen Sie Dokumente aus Paperless mit diesem Pächter.
Erstes Dokument verknüpfenID: {{ paechter.id }}
Erstellt: {{ paechter.id|slice:":8" }}
{% if paechter.aktiv %}Status: Aktiv
{% else %}Status: Inaktiv
{% endif %}