{% extends "base.html" %} {% load wiki_markup %} {% block title %}{{ cave.official_name|wiki_to_html_short }}{% endblock %} {% block contentheader %}
{% if cave.kataster_number %} {{ cave.kataster_number|wiki_to_html_short }} {% if cave.entrancelist %} - {{ cave.entrancelist|wiki_to_html_short }} {% endif %} {% if cave.unofficial_number %}
({{ cave.unofficial_number|wiki_to_html_short }}) {% endif %} {% endif %}
{{ cave.official_name|wiki_to_html_short }} {{ cave.kataster_code|wiki_to_html_short }}
{% endblock %}