{% trans 'Fighter flight time (hours)' context 'tour' %}
{# Налет#}
{% widthratio summary_coal_light.1.flight_time summary_total_light.flight_time 100 as width %}
{{ summary_coal_light.1.flight_time|seconds_to_time:'h' }}
{{ summary_coal_light.2.flight_time|seconds_to_time:'h' }}
{% trans 'Attacker flight time (hours)' context 'tour' %}
{# Налет#}
{% widthratio summary_coal_medium.1.flight_time summary_total_medium.flight_time 100 as width %}
{{ summary_coal_medium.1.flight_time|seconds_to_time:'h' }}
{{ summary_coal_medium.2.flight_time|seconds_to_time:'h' }}
{% trans 'Bomber flight time (hours)' context 'tour' %}
{# Налет#}
{% widthratio summary_coal_heavy.1.flight_time summary_total_heavy.flight_time 100 as width %}
{{ summary_coal_heavy.1.flight_time|seconds_to_time:'h' }}
{{ summary_coal_heavy.2.flight_time|seconds_to_time:'h' }}