mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-16 16:00:17 +02:00
Add FLEX to past timers as well as present
This commit is contained in:
parent
d049ec2832
commit
20f7d5103c
@ -384,91 +384,101 @@
|
|||||||
<a href="http://evemaps.dotlan.net/system/{{ timer.system }}">{{ timer.system }} {{ timer.planet_moon }}</a>
|
<a href="http://evemaps.dotlan.net/system/{{ timer.system }}">{{ timer.system }} {{ timer.planet_moon }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
{% ifequal timer.structure "I-HUB" %}
|
{% ifequal timer.structure "POCO" %}
|
||||||
<div class="label label-warning">
|
<div class="label label-info">
|
||||||
I-HUB
|
POCO
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "POCO" %}
|
{% ifequal timer.structure "I-HUB" %}
|
||||||
<div class="label label-success">
|
<div class="label label-warning">
|
||||||
POCO
|
I-HUB
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "POS[S]" %}
|
{% ifequal timer.structure "TCU" %}
|
||||||
<div class="label label-info">
|
<div class="label label-danger">
|
||||||
POS [S]
|
TCU
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "POS[M]" %}
|
{% ifequal timer.structure "POS[S]" %}
|
||||||
<div class="label label-info">
|
<div class="label label-info">
|
||||||
POS [M]
|
POS [S]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "POS[L]" %}
|
{% ifequal timer.structure "POS[M]" %}
|
||||||
<div class="label label-info">
|
<div class="label label-info">
|
||||||
POS [L]
|
POS [M]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Citadel[M]" %}
|
{% ifequal timer.structure "POS[L]" %}
|
||||||
<div class="label label-danger">
|
<div class="label label-info">
|
||||||
Citadel [M]
|
POS [L]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Citadel[L]" %}
|
{% ifequal timer.structure "Citadel[M]" %}
|
||||||
<div class="label label-danger">
|
<div class="label label-danger">
|
||||||
Citadel [L]
|
Citadel [M]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Citadel[XL]" %}
|
{% ifequal timer.structure "Citadel[L]" %}
|
||||||
<div class="label label-danger">
|
<div class="label label-danger">
|
||||||
Citadel [XL]
|
Citadel [L]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Engineering Complex[M]" %}
|
{% ifequal timer.structure "Citadel[XL]" %}
|
||||||
<div class="label label-warning">
|
<div class="label label-danger">
|
||||||
Engineering Complex [M]
|
Citadel [XL]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Engineering Complex[L]" %}
|
{% ifequal timer.structure "Engineering Complex[M]" %}
|
||||||
<div class="label label-warning">
|
<div class="label label-warning">
|
||||||
Engineering Complex [L]
|
Engineering Complex [M]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Engineering Complex[XL]" %}
|
{% ifequal timer.structure "Engineering Complex[L]" %}
|
||||||
<div class="label label-warning">
|
<div class="label label-warning">
|
||||||
Engineering Complex [XL]
|
Engineering Complex [L]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Station" %}
|
{% ifequal timer.structure "Engineering Complex[XL]" %}
|
||||||
<div class="label label-danger">
|
<div class="label label-warning">
|
||||||
Station
|
Engineering Complex [XL]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "TCU" %}
|
{% ifequal timer.structure "Refinery[M]" %}
|
||||||
<div class="label label-danger">
|
<div class="label label-warning">
|
||||||
TCU
|
Refinery [M]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Refinery[M]" %}
|
{% ifequal timer.structure "Refinery[L]" %}
|
||||||
<div class="label label-warning">
|
<div class="label label-warning">
|
||||||
Refinery [M]
|
Refinery [L]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Refinery[L]" %}
|
{% ifequal timer.structure "Cyno Beacon" %}
|
||||||
<div class="label label-warning">
|
<div class="label label-warning">
|
||||||
Refinery [L]
|
Cyno Beacon
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Moon Mining Cycle" %}
|
{% ifequal timer.structure "Cyno Jammer" %}
|
||||||
<div class="label label-success">
|
<div class="label label-warning">
|
||||||
Moon Mining Cycle
|
Cyno Jammer
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Other" %}
|
{% ifequal timer.structure "Jump Gate" %}
|
||||||
<div class="label label-default">
|
<div class="label label-warning">
|
||||||
Other
|
Jump Gate
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Moon Mining Cycle" %}
|
||||||
|
<div class="label label-success">
|
||||||
|
Moon Mining Cycle
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Other" %}
|
||||||
|
<div class="label label-default">
|
||||||
|
Other
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center" nowrap>{{ timer.eve_time | date:"Y-m-d H:i" }}</td>
|
<td class="text-center" nowrap>{{ timer.eve_time | date:"Y-m-d H:i" }}</td>
|
||||||
<td class="text-center" nowrap>
|
<td class="text-center" nowrap>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user