diff --git a/resources/briefing/templates/briefingtemplate_EN.j2 b/resources/briefing/templates/briefingtemplate_EN.j2 index 88960300..0d32eeae 100644 --- a/resources/briefing/templates/briefingtemplate_EN.j2 +++ b/resources/briefing/templates/briefingtemplate_EN.j2 @@ -76,18 +76,21 @@ Planned ally flights: {{ dep }} --------------------------------------------------- {% for flight in allied_flights_by_departure[dep] %} -{{ flight.flight_type.name }} {{ flight.units[0].type }} x {{flight.size}}, departing in {{ flight.departure_delay }}, {{ flight.package.target.name}}{% endfor %} +{{ flight.flight_type.name }} {{ flight.units[0].type }} x {{flight.size}}, departing in {{ flight.departure_delay }}, {{ flight.package.target.name}} +{% endfor %} {% endfor %} Carriers and FARPs: -===================={% for runway in dynamic_runways %} --------------------------------------------------- +==================== +{% for runway in dynamic_runways %} {{ runway.airfield_name}} +-------------------------------------------------- RADIO : {{ runway.atc }} TACAN : {{ runway.tacan }} {{ runway.tacan_callsign }} -{% if runway.icls %}ICLS Channel: {{ runway.icls }}{% endif %} -{% endfor %} +{% if runway.icls %}ICLS Channel: {{ runway.icls }} +{% endif %} +{% endfor %} AWACS: ==================== {% for i in awacs %}{{ i.callsign }} -- Freq : {{i.freq.mhz}} @@ -96,5 +99,4 @@ AWACS: JTACS [F-10 Menu] : ==================== {% for jtac in jtacs %}Frontline {{ jtac.region }} -- Code : {{ jtac.code }} -{% endfor %} - +{% endfor %} \ No newline at end of file