2017-11-30 02:28:54 +00:00
|
|
|
{% extends 'reports/report_base.html' %}
|
2019-04-14 20:32:46 +00:00
|
|
|
{% load i18n %}
|
2017-11-30 02:28:54 +00:00
|
|
|
|
2019-04-14 20:32:46 +00:00
|
|
|
{% block title %}{% trans "Average Feeding Durations" %} - {{ object }}{% endblock %}
|
2017-11-30 02:28:54 +00:00
|
|
|
|
|
|
|
{% block breadcrumbs %}
|
|
|
|
{{ block.super }}
|
2019-04-14 20:32:46 +00:00
|
|
|
<li class="breadcrumb-item active" aria-current="page">{% trans "Average Feeding Durations" %}</li>
|
2017-11-30 02:28:54 +00:00
|
|
|
{% endblock %}
|