mirror of https://github.com/snachodog/mybuddy.git
11 lines
422 B
HTML
11 lines
422 B
HTML
{% extends 'reports/report_base.html' %}
|
|
{% load i18n %}
|
|
{% block title %}
|
|
{% trans "Head Circumference" %} - {{ object }}
|
|
{% endblock %}
|
|
{% block breadcrumbs %}
|
|
{{ block.super }}
|
|
{% include 'reports/breadcrumb_common_chunk.html' with target_url='reports:report-head-circumference-change-child' %}
|
|
<li class="breadcrumb-item active" aria-current="page">{% trans "Head Circumference" %}</li>
|
|
{% endblock %}
|