mybuddy/reports/templates/reports/weight_change.html

10 lines
272 B
HTML
Raw Normal View History

2017-11-10 12:20:34 +00:00
{% extends 'reports/report_base.html' %}
{% load i18n %}
2017-11-10 12:20:34 +00:00
{% block title %}{% trans "Weight" %} - {{ object }}{% endblock %}
2017-11-10 12:20:34 +00:00
{% block breadcrumbs %}
{{ block.super }}
<li class="breadcrumb-item active" aria-current="page">{% trans "Weight" %}</li>
2017-11-10 12:20:34 +00:00
{% endblock %}