{% extends 'cards/base.html' %} {% load duration i18n %} {% block header %} {% trans "Breastfeeding" %} {% endblock %} {% block title %} {% if total == 0 %} {% trans "None" %} {% else %} {% trans "Past Week" %} {% endif %} {% endblock %} {% block content %} {% for key, info in stats.items %} {% if info.left_count > 0 or info.right_count > 0 %}