{% trans 'Dominance' context 'tour' %}
{% trans 'Won missions' context 'tour' %}
{% widthratio missions_wins.1 missions_wins_total 100 as width %}
{{ missions_wins.1 }}
{{ missions_wins.2 }}
{% if summary_coal %}
{% trans 'Shotdown aircraft' context 'tour' %}
{% widthratio summary_coal.1.ak_total summary_total.ak_total 100 as width %}
{{ summary_coal.1.ak_total }}
{{ summary_coal.2.ak_total }}
{% trans 'Ground targets destroyed' context 'tour' %}
{% widthratio summary_coal.1.gk_total summary_total.gk_total 100 as width %}
{{ summary_coal.1.gk_total }}
{{ summary_coal.2.gk_total }}
{% trans 'Score' context 'tour' %}
{# Очков#}
{% widthratio summary_coal.1.score summary_total.score 100 as width %}
{{ summary_coal.1.score }}
{{ summary_coal.2.score }}
{% trans 'Flight time (hours)' context 'tour' %}
{# Налет#}
{% widthratio summary_coal.1.flight_time summary_total.flight_time 100 as width %}
{{ summary_coal.1.flight_time|seconds_to_time:'h' }}
{{ summary_coal.2.flight_time|seconds_to_time:'h' }}
{% endif %}
{% endif %}
{% if top_streak_score %}
{% endif %}
{% if top_streak_gk %}