{% extends "base.html" %} {% block headtitle %}POS Details - {{ pos }}{% endblock %} {% block stylesheets %} {% endblock %} {% block breadcrumbs %}
  • Home
  • POS
  • {{ pos.moon }}
  • {% endblock %} {% block main_content %}

    {{ pos.moon }}{%if pos.state != 4%} - {{pos.state_text}}{% endif %} {{ pos.custom_name|default_if_none:"" }}

    General Info

    State
    {{pos.state_text}}{%if pos.state == 3%} until {{pos.state_timestamp|ecm_datetime}}{%endif%}
    Online since
    {{pos.online_timestamp|ecm_datetime}}
    POS type
    {{pos.type_name}}

    dotlan © Links

    Access Control

    Allow corp members in force field
    {{pos.allow_corporation_members}}
    Allow ally members in force field
    {{pos.allow_alliance_members}}
    Can view fuel bay
    {{pos.fuel_bay_view_access|safe}}
    Can take in fuel bay
    {{pos.fuel_bay_take_access|safe}}
    Can anchor modules
    {{pos.anchor_access|safe}}
    Can unanchor modules
    {{pos.unanchor_access|safe}}
    Can online modules
    {{pos.online_access|safe}}
    Can offline modules
    {{pos.offline_access|safe}}

    Combat Settings

    {%if pos.standings_threshold != 0.0%}
    Attack when standing is bellow
    {{pos.standings_threshold}} (use standings from {{use_standings_from}})
    {%else%}
    Attack on bad standing
    False
    {%endif%} {%if pos.security_status_threshold != 0.0%}
    Attack when security status is bellow
    {{pos.security_status_threshold}}
    {%else%}
    Attack when security status is bad
    False
    {%endif%}
    Attack on concord flag
    {{pos.attack_on_concord_flag}}
    Attack on aggression
    {{pos.attack_on_aggression}}
    Attack war targets
    {{pos.attack_on_corp_war}}

    Fuel Levels

    {% for col in fuel_columns %} {% endfor %}
    {{col}}
    Loading data from server...

    Silo Levels

    {% for col in silo_columns %} {% endfor %}
    {{col}}
    Loading data from server...

    Asset's In System

    POS Operators

    {% csrf_token %}
    {% for col in oper_columns %} {% endfor %}
    {{col}}
    Loading data from server...
    {% endblock %} {% block compressed_javascripts %} {% endblock %}