{% load django_ledger %} {% load i18n %} {% now "Y" as current_year %}

{% icon "ic:baseline-business" 36 %}{{ entity.name }}

{{ entity.address_1 }}

{% if entity.is_accrual_method %} {% icon 'mdi:cash-clock' 24 %} {% trans 'Accrual Method' %} {% elif entity.is_cash_method %} {% icon 'bi:cash-stack' 24 %} {% trans 'Cash Method' %} {% endif %}

Created: {{ entity.created | timesince }} ago

{% trans 'Last Closing Date' %}: {{ entity.last_closing_date }}