{% extends 'components/card.html' %} {% load i18n %} {% load humanize %} {% load utilities %} {% block card-header %}

{% include "settings/reports/report_header.html" with report=report %}

{% endblock %} {% block card-content %}

{% if report.note %}{{ report.note }}{% else %}{% trans "No notes provided" %}{% endif %}

{% endblock %} {% block card-footer %} {% endblock %}