{% load django_ledger %} {% load i18n %} {% now "Y" as current_year %}
{% trans 'Created' %}: {{ coa_model.created | date }}
{% trans 'Updated' %}: {{ coa_model.created | timesince }} {% trans 'ago' %}