{% extends parent_template %} {% load i18n %} {% block base_content %} {{ block.super }}

{% trans "Current goals" %}

all

{{ related_objects.all }} {% if related_objects.all %}{% endif %} {% endblock %}