{% extends 'creme_core/bricks/base/table.html' %} {% load i18n creme_bricks %} {% load format_amount from creme_core_tags %} {% block brick_extra_class %}{{block.super}} opportunities-total-brick{% endblock %} {% block brick_table_rows %}

{% translate 'Total (exclusive of tax)' %}

{{object.get_total|format_amount:object.currency}}

{% translate "Total (inclusive of tax)" %}

{{object.get_total_with_tax|format_amount:object.currency}}

{% endblock %}