{% extends 'components/card.html' %} {% load i18n %} {% load humanize %} {% block card-header %}
{% if report.note %}{{ report.note }}{% else %}{% trans "No notes provided" %}{% endif %}