{% load trans from i18n %} {% load django_ledger %} {% if style == 'card_1' %}

{% if title %}{{ title }}{% else %} {% trans 'Notes' %} {% endif %}

{% if notes_html %} {% autoescape off %} {{ notes_html | safe }} {% endautoescape %} {% else %}

{% trans 'No available notes to display...' %}

{% endif %}
{% endif %}