{% extends "hangarready/base.html" %} {% load static %} {% block hangar_content %}
| Character | Corporation | Last Update | Status | Actions |
|---|---|---|---|---|
|
|
{{ char_asset.character.corporation_name }} | {{ char_asset.last_update|timesince }} ago | {% if char_asset.is_active %} Active {% else %} Inactive {% endif %} {% if char_asset.update_error %} Error {% endif %} | Update |
| Character | Corporation | Owner | Last Update | Status | Actions |
|---|---|---|---|---|---|
|
|
{{ char_asset.character.corporation_name }} | {{ char_asset.token_character.user.username }} | {{ char_asset.last_update|timesince }} ago | {% if char_asset.is_active %} Active {% else %} Inactive {% endif %} {% if char_asset.update_error %} Error {% endif %} {% if char_asset.is_stale %} Stale {% endif %} | Update |