{% extends 'base.html' %} {% load static %} {% block title %}DMS – Dokumente – Stiftungsverwaltung{% endblock %} {% block content %}
| Titel | Typ | Zuordnung | Größe | Hochgeladen | |
|---|---|---|---|---|---|
|
{% if dok.is_pdf %}{% else %}{% endif %}
{{ dok.titel|truncatechars:60 }}
{% if dok.beschreibung %}
{{ dok.beschreibung|truncatechars:80 }}
{% endif %}
|
{{ dok.get_kontext_display }} |
{% if dok.destinataer %} {{ dok.destinataer.get_full_name }} {% endif %}
{% if dok.land %}{{ dok.land.lfd_nr }} {% endif %}
{% if dok.paechter %}{{ dok.paechter.get_full_name }} {% endif %}
|
{{ dok.get_human_size }} |
{{ dok.erstellt_am|date:"d.m.Y" }}
{% if dok.erstellt_von %} {{ dok.erstellt_von.get_full_name|default:dok.erstellt_von.username }}{% endif %} |