{% load trans from i18n %} {% load django_ledger %} {% if style == 'card_1' %}
{% if notes_html %} {{ notes_html|safe }} {% else %}

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

{% endif %}
{% endif %}