{% include "structures/modals/poco_details_item.html" with title="Earliest" value=details.reinforce_exit_start type="hour" %}
{% include "structures/modals/poco_details_item.html" with title="Latest" value=details.reinforce_exit_end type="hour" %}
{% translate "Tax rates & access for organization members" %}
{% include "structures/modals/poco_details_item.html" with title="Corporation members" value=details.corporation_tax_rate type="tax" has_access=True %}
{% include "structures/modals/poco_details_item.html" with title="Alliance members" value=details.alliance_tax_rate type="tax" has_access=details.allow_alliance_access %}
{% translate "Tax rates & access for others" %}
{% include "structures/modals/poco_details_item.html" with title="Terrible standing" value=details.terrible_standing_tax_rate type="tax" has_access=details.standing_level_access_map.TERRIBLE %}
{% include "structures/modals/poco_details_item.html" with title="Bad standing" value=details.bad_standing_tax_rate type="tax" has_access=details.standing_level_access_map.BAD %}
{% include "structures/modals/poco_details_item.html" with title="Neutral standing" value=details.neutral_standing_tax_rate type="tax" has_access=details.standing_level_access_map.NEUTRAL %}
{% include "structures/modals/poco_details_item.html" with title="Good standing" value=details.good_standing_tax_rate type="tax" has_access=details.standing_level_access_map.GOOD %}
{% include "structures/modals/poco_details_item.html" with title="Excellent standing" value=details.excellent_standing_tax_rate type="tax" has_access=details.standing_level_access_map.EXCELLENT %}
Last updated {{ last_updated|naturaltime|default:"?" }}