mybuddy/reports/templates/reports/diaperchange_lifetimes.html

10 lines
292 B
HTML
Raw Normal View History

2017-09-25 17:14:14 +00:00
{% extends 'reports/report_base.html' %}
{% load i18n %}
2017-09-25 17:14:14 +00:00
{% block title %}{% trans "Diaper Lifetimes" %} - {{ object }}{% endblock %}
2017-09-25 17:14:14 +00:00
2017-10-20 20:07:53 +00:00
{% block breadcrumbs %}
{{ block.super }}
<li class="breadcrumb-item active" aria-current="page">{% trans "Diaper Lifetimes" %}</li>
2017-10-20 20:07:53 +00:00
{% endblock %}