{% comment %} {% endcomment %} {% load i18n %} {% load humanize %}
Character:
{{ char_detail.eve_character }}
Corporation:
{{ char_detail.corporation.corporation_name }}
Alliance:
{{ char_detail.alliance.alliance_name }}
Faction:
{{ char_detail.faction.faction_name }}
Born:
{{ char_detail.birthday|naturaltime }}
Security Status:
{{ char_detail.security_status|floatformat:2 }}
Vanity Title:
{{ char_detail.title }}
Applied Title:
{{ char_detail.applied_title }}
Total SP:
{% if char_detail.skillpoints_total %} {{ char_detail.skillpoints_total|intword|intcomma }} {% else %} - {% endif %}
Unallocated SP:
{% if char_detail.skillpoints_unallocated %} {{ char_detail.skillpoints_unallocated|intword|intcomma }} {% else %} - {% endif %}
Total ISK:
{% if char_detail.wallet_balance %} {{ char_detail.wallet_balance|intword|intcomma }} {% else %} - {% endif %}
Last Login:
{% if char_detail.online_last_login %} {{ char_detail.online_last_login|naturaltime }} {% else %} - {% endif %}
Location:
{% if char_detail.location %} {{ char_detail.location }} {% else %} - {% endif %}

Corp History:

{% include "membertools/partials/corp_history_list.html" %}
{% if char_detail.description %}

Bio:

{{ char_detail.description_text|linebreaks }}
{% endif %}