{% load i18n l10n fontawesome_5 humanize %}
{% trans 'Account Identifier' %} | {% trans 'Amount' %} | {% trans 'Created' %} | {% trans 'Action' %} |
---|---|---|---|
{% if withdraw.account.deleted %} {% fa5_icon 'exclamation-triangle' %} {% endif %} {{ withdraw.account.identifier }} | {{ withdraw.surface|floatformat:2|intcomma }} m² | {{ withdraw.created.timestamp|default_if_none:""|naturalday}} | {% if is_default_member and has_access %} {% endif %} |