{% extends 'corptools/character/char_base.html' %} {% block ct_block %} {% load colors %} {% load l10n %} {% load humanize %}
Date | Item | Item Price | Remaining | Location | Character Filter | Buy/Sell | {% for m in char_data %}
---|---|---|---|---|---|---|
{{m.issued|date:"Y-m-d h:i"}} ({{m.duration}} day) | {{m.type_name.name}} | {{m.price|intcomma}} | {{m.volume_remain}} of {{m.volume_total}} | {{m.location_name.location_name}} | {{m.character.character.character_name}} | {% if m.is_buy_order %}Buy{% else %}Sell{% endif %} |
Date | State | Item | Item Price | Remaining | Location | Character Filter | Buy/Sell | {% for m in old_data %}
---|---|---|---|---|---|---|---|
{{m.issued|date:"Y-m-d h:i"}} ({{m.duration}} day) | {{m.state}} | {{m.type_name.name}} | {{m.price|intcomma}} | {{m.volume_remain}} of {{m.volume_total}} | {{m.location_name.location_name}} | {{m.character.character.character_name}} | {% if m.is_buy_order %}Buy{% else %}Sell{% endif %} |