{% extends "browsing/generic_detail.html" %} {% load staticfiles %} {% load leaflet_tags %} {% load webpage_extras %} {% block title %}{{ object }}{% endblock %} {% block scriptHeader %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block custom %}

Info

{% if object.authority_url %} {% endif %} {% if object.alt_names.all %} {% endif %} {% if object.parent_institution %} {% endif %} {% if object.children_institutions.all %} {% endif %} {% if object.has_bomber.all %} {% endif %} {% if object.location %} {% endif %}
Name {{ object.written_name }}
Typ {{ object.inst_type }}
{% get_verbose_name institution "authority_url" %} {{ object.authority_url }}
{% get_verbose_name institution "alt_names" %} {% for x in object.alt_names.all %} {{ x }} {% endfor %}
Übergeordnete Einheit {{ object.parent_institution }}
Untergeordnete Einheiten
    {% for x in object.children_institutions.all %}
  • {{ x }}
      {% for y in x.has_bomber.all %}
    • {{ y }}
    • {% endfor %}
  • {% endfor %}
Flugzeuge
    {% for x in object.has_bomber.all %}
  • {{ x }}
  • {% endfor %}
{% get_verbose_name institution "location" %} {{ object.location }}
{% if user.is_authenticated %} delete {% endif %}

Netzwerk

{% endblock %}