mybuddy/reports/templates/reports/sleep_totals.html

11 lines
393 B
HTML
Raw Normal View History

2017-09-13 15:53:32 +00:00
{% extends 'reports/report_base.html' %}
{% load i18n %}
2017-09-13 15:53:32 +00:00
{% block title %}{% trans "Sleep Totals" %} - {{ object }}{% endblock %}
2017-09-13 15:53:32 +00:00
2017-10-20 20:07:53 +00:00
{% block breadcrumbs %}
{{ block.super }}
{% include 'reports/breadcrumb_common_chunk.html' with target_url='reports:report-sleep-totals-child' %}
<li class="breadcrumb-item active" aria-current="page">{% trans "Sleep Totals" %}</li>
2017-10-20 20:07:53 +00:00
{% endblock %}