{% extends 'creme_core/forms/widgets/entity-cells/widget.html' %} {% load i18n %} {% block field_selectors %} {{block.super}} {% with related_widget=widget.related %} {% if related_widget %}{% include related_widget.template_name with widget=related_widget %}{% endif %} {% endwith %} {% endblock %} {% block selectors %} {{block.super}}

{% translate 'Aggregated values' %}

{% with regagg_widget=widget.regular_aggregate %} {% if regagg_widget %}{% include regagg_widget.template_name with widget=regagg_widget %}{% endif %} {% endwith %} {% with custagg_widget=widget.custom_aggregate %} {% if custagg_widget %}{% include custagg_widget.template_name with widget=custagg_widget %}{% endif %} {% endwith %}
{% endblock %}