mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-06 13:26:35 +00:00
19 lines
357 B
HTML
19 lines
357 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Cave Kataster status report
|
|
<!-- cave_debug.html - this text visible because this template has been included -->
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<h2>Caves kataster status</h2>
|
|
|
|
|
|
{% if cave.kataster_status %}
|
|
{{c.kataster_status |safe}}
|
|
{% endif %}
|
|
|
|
<a href="/{{cave.url}}">{{cave.slug}}</a>
|
|
{% endblock %}
|