{% extends 'cards/base.html' %} {% load i18n %} {% block header %}{% trans "Last Feeding Method" %}{% endblock %} {% block title %} {% if feeding %}
{{ feeding.method }}
{% else %} {% trans "None" %} {% endif %} {% endblock %}