{% extends "industry_reforged/base.html" %} {% load i18n humanize %} {% block details %}
| Date | Type | Amount | Balance | Description / Reason |
|---|---|---|---|---|
| {{ j.date|date:"Y-m-d H:i" }} | {{ j.ref_type }} | {{ j.amount|floatformat:2|intcomma }} ISK | {{ j.balance|floatformat:2|intcomma }} |
{% if j.description %}{{ j.description }}{% endif %}
{% if j.description and j.reason %} {% endif %} {% if j.reason %}{{ j.reason }}{% endif %} |