{% extends 'allianceauth_pve/base.html' %} {% load humanize %} {% load evelinks %} {% load i18n %} {% block page_title %}{% translate "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 }}
{% translate "Role" %} | {% translate "Value" %} | {% translate "Approximate Percentage" %} |
---|---|---|
{{ role.name }} | {{ role.value }} | {{ role.approximate_percentage|floatformat }}% |
{% translate "User's Main Character" %} | {% translate "Character" %} | {% translate "Fleet Role" %} | {% translate "Helped Setups" %} | {% translate "Count" %} | {% translate "Share Total" %} | {% if entry.funding_project and entry.funding_percentage > 0 %}{% translate "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 %}