{% extends "allianceauth/base.html" %} {% load bootstrap %} {% load staticfiles %} {% load i18n %} {% block page_title %}FleetUp{% endblock page_title %} {% block content %}
{% trans "Start" %} | {% trans "End" %} |
---|---|
{{ start.start|date:"l d M H:i" }} {% trans "Eve Time" %} | {{ start.end|date:"l d M H:i" }} {% trans "Eve Time" %} |
Local time |
{% trans "Location" %} | {% trans "Doctrine" %} | {% trans "Organizer" %} | {% trans "URL" %} |
---|---|---|---|
{{ start.location }} - {{ start.location_info }} Dotlan | {% if start.doctrine %} {% for doctrine in start.doctrine %} {{ doctrine.Name }} {% endfor %} {% else %} {% trans "TBA" %} {% endif %} | {{ start.organizer }} |
{% ifequal start.url "" %}
{% trans "No link" %}
{% else %}
{% trans "External link" %}
{% endifequal %}
|
{{ type.solarsystem }} | {{ type.expires|date:"l d M H:i" }} |
{% trans "Type" %} | {% trans "Structure" %} | {% trans "Location" %} | {% trans "Expires(EVE-time)" %} | {% trans "Owner" %} | {% trans "Note" %} |
---|---|---|---|---|---|
{% ifequal type.type "Final" %} {{ type.type }}{% else %}{{ type.type }}{% endifequal %} | {{ type.timer_type }} | {{ type.solarsystem }} - Planet:{{ type.planet }} Moon:{{ type.moon }} | {{ type.expires|date:"l d M H:i" }} | {{ type.owner }} | {{ type.notes }} |