{% extends 'allianceauth/base.html' %} {% load static %} {% load humanize %} {% load evelinks %} {% block page_title %}Entry Details{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{{ entry.created_at|date:"d/m/Y G:i e" }}
Shares
{{ entry.total_shares_count }}
Total After Tax
{{ entry.estimated_total_after_tax|floatformat|intcomma }}
Total
{{ entry.estimated_total|floatformat|intcomma }}
Created By
{{ entry.created_by.profile.main_character.character_name }}
Character | Helped Setups | Count | Share Total |
---|---|---|---|
|
{% if share.helped_setup %} {% else %} {% endif %} | {{ share.share_count }} | {{ share.estimated_share_total|floatformat|intcomma }} |