{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "My Glucose Manager" %}{% endblock %} {% block content %}
{% trans "Date" %} | {% trans "Sports" %} | {% trans "Duration" %} | {% trans "Actions" %} |
---|---|---|---|
{{ line.date_exercises }} | {{ line.sports.title }} | {{ line.duration }} |