{% extends 'components/card.html' %}
{% load i18n %}
{% block card-header %}
<h2 class="title is-4">
<a href="{% url 'settings-report' report.id %}">report title</a></h2>
{% endblock %}
{% block card-content %}
about this report
{% block card-footer %}
footer