{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Summaries" %}{% endblock title %} {% block content %}
{% trans "It looks like there haven't been any transactions, so there's nothing to show here." %}
{% endif %} {% endblock content %}