{% extends 'allianceauth_pve/base.html' %} {% load humanize %} {% load evelinks %} {% block page_title %}Entry Details{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block pvecontent %}
{{ entry.created_at|date:"d/m/Y G:i e" }}
{{ entry.total_user_count }}
{{ entry.funding_project }} ({{ entry.funding_percentage }}%)
{{ entry.estimated_total_after_tax|floatformat:"g" }}
{{ entry.estimated_total|intcomma }}
{{ entry.created_by.profile.main_character.character_name }}
Role | Value | Approximate Percentage |
---|---|---|
{{ role.name }} | {{ role.value }} | {{ role.approximate_percentage|floatformat }}% |
User's Main Character | Character | Fleet Role | Helped Setups | Count | Share Total | {% if entry.funding_project and entry.funding_percentage > 0 %}Estimated Project Contribution | {% endif %}
---|---|---|---|---|---|---|
|
|
{{ share.role.name }} | {% if share.helped_setup %} {% else %} {% endif %} | {{ share.site_count }} | {{ share.estimated_share_total|floatformat:"g" }} | {% if entry.funding_project and entry.funding_percentage > 0 %}{{ share.estimated_funding_amount|intcomma }} | {% endif %}