diff --git a/allianceauth/timerboard/templates/timerboard/view.html b/allianceauth/timerboard/templates/timerboard/view.html index 52fdd954..c9b2cb63 100644 --- a/allianceauth/timerboard/templates/timerboard/view.html +++ b/allianceauth/timerboard/templates/timerboard/view.html @@ -384,91 +384,101 @@ {{ timer.system }} {{ timer.planet_moon }} - {% ifequal timer.structure "I-HUB" %} -
- I-HUB -
- {% endifequal %} - {% ifequal timer.structure "POCO" %} -
- POCO -
- {% endifequal %} - {% ifequal timer.structure "POS[S]" %} -
- POS [S] -
- {% endifequal %} - {% ifequal timer.structure "POS[M]" %} -
- POS [M] -
- {% endifequal %} - {% ifequal timer.structure "POS[L]" %} -
- POS [L] -
- {% endifequal %} - {% ifequal timer.structure "Citadel[M]" %} -
- Citadel [M] -
- {% endifequal %} - {% ifequal timer.structure "Citadel[L]" %} -
- Citadel [L] -
- {% endifequal %} - {% ifequal timer.structure "Citadel[XL]" %} -
- Citadel [XL] -
- {% endifequal %} - {% ifequal timer.structure "Engineering Complex[M]" %} -
- Engineering Complex [M] -
- {% endifequal %} - {% ifequal timer.structure "Engineering Complex[L]" %} -
- Engineering Complex [L] -
- {% endifequal %} - {% ifequal timer.structure "Engineering Complex[XL]" %} -
- Engineering Complex [XL] -
- {% endifequal %} - {% ifequal timer.structure "Station" %} -
- Station -
- {% endifequal %} - {% ifequal timer.structure "TCU" %} -
- TCU -
- {% endifequal %} - {% ifequal timer.structure "Refinery[M]" %} -
- Refinery [M] -
- {% endifequal %} - {% ifequal timer.structure "Refinery[L]" %} -
- Refinery [L] -
- {% endifequal %} - {% ifequal timer.structure "Moon Mining Cycle" %} -
- Moon Mining Cycle -
- {% endifequal %} - {% ifequal timer.structure "Other" %} -
- Other -
- {% endifequal %} + {% ifequal timer.structure "POCO" %} +
+ POCO +
+ {% endifequal %} + {% ifequal timer.structure "I-HUB" %} +
+ I-HUB +
+ {% endifequal %} + {% ifequal timer.structure "TCU" %} +
+ TCU +
+ {% endifequal %} + {% ifequal timer.structure "POS[S]" %} +
+ POS [S] +
+ {% endifequal %} + {% ifequal timer.structure "POS[M]" %} +
+ POS [M] +
+ {% endifequal %} + {% ifequal timer.structure "POS[L]" %} +
+ POS [L] +
+ {% endifequal %} + {% ifequal timer.structure "Citadel[M]" %} +
+ Citadel [M] +
+ {% endifequal %} + {% ifequal timer.structure "Citadel[L]" %} +
+ Citadel [L] +
+ {% endifequal %} + {% ifequal timer.structure "Citadel[XL]" %} +
+ Citadel [XL] +
+ {% endifequal %} + {% ifequal timer.structure "Engineering Complex[M]" %} +
+ Engineering Complex [M] +
+ {% endifequal %} + {% ifequal timer.structure "Engineering Complex[L]" %} +
+ Engineering Complex [L] +
+ {% endifequal %} + {% ifequal timer.structure "Engineering Complex[XL]" %} +
+ Engineering Complex [XL] +
+ {% endifequal %} + {% ifequal timer.structure "Refinery[M]" %} +
+ Refinery [M] +
+ {% endifequal %} + {% ifequal timer.structure "Refinery[L]" %} +
+ Refinery [L] +
+ {% endifequal %} + {% ifequal timer.structure "Cyno Beacon" %} +
+ Cyno Beacon +
+ {% endifequal %} + {% ifequal timer.structure "Cyno Jammer" %} +
+ Cyno Jammer +
+ {% endifequal %} + {% ifequal timer.structure "Jump Gate" %} +
+ Jump Gate +
+ {% endifequal %} + {% ifequal timer.structure "Moon Mining Cycle" %} +
+ Moon Mining Cycle +
+ {% endifequal %} + {% ifequal timer.structure "Other" %} +
+ Other +
+ {% endifequal %} {{ timer.eve_time | date:"Y-m-d H:i" }}