{% 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 }}
Role | Value | Approximate Percentage | {% for role in entry.roles.all %}
---|---|---|
{{ role.name }} | {{ role.value }} | {{ role.approximate_percentage|floatformat }}% |
User's Main Character | Character | Fleet Role | Helped Setups | Count | Share Total |
---|---|---|---|---|---|
|
|
{{ share.role.name }} | {% if share.helped_setup %} {% else %} {% endif %} | {{ share.site_count }} | {{ share.estimated_share_total|floatformat|intcomma }} |