mybuddy/reports/templates/reports/height_change.html

11 lines
360 B
HTML

{% extends 'reports/report_base.html' %}
{% load i18n %}
{% block title %}
{% trans "Height" %} - {{ object }}
{% endblock %}
{% block breadcrumbs %}
{{ block.super }}
{% include 'reports/breadcrumb_common_chunk.html' with target_url=target_url %}
<li class="breadcrumb-item active" aria-current="page">{% trans "Height" %}</li>
{% endblock %}