2021-12-29 07:53:36 +00:00
|
|
|
{% extends 'reports/report_base.html' %}
|
|
|
|
{% load i18n %}
|
2024-02-06 13:35:36 +00:00
|
|
|
{% block title %}
|
|
|
|
{% trans "Height" %} - {{ object }}
|
|
|
|
{% endblock %}
|
2021-12-29 07:53:36 +00:00
|
|
|
{% block breadcrumbs %}
|
|
|
|
{{ block.super }}
|
2023-12-23 15:17:42 +00:00
|
|
|
{% include 'reports/breadcrumb_common_chunk.html' with target_url=target_url %}
|
2021-12-29 07:53:36 +00:00
|
|
|
<li class="breadcrumb-item active" aria-current="page">{% trans "Height" %}</li>
|
|
|
|
{% endblock %}
|