{% extends "base.html" %} {% block title %}Cave Kataster status report {% endblock %} {% block content %}

Caves kataster status

{% if cave.kataster_status %} {{c.kataster_status |safe}} {% endif %} {{cave.slug}} {% endblock %}