{% for shot in shots %} {% endfor %}
{{ localize("shooter") }} {{ localize("team") }} # {{ localize("type") }} {{ localize("period") }} {{ localize("time") }} {{ localize("assist") }} {{ localize("assist_second") }}
{{ shot|shot_player_name }} {{ shot.team_name }} {{ shot.player_number }} {% if shot.is_goal %} {{ localize("goal") }} {% else %} {{ localize("shot") }} {% endif %} {{ shot.period_short_name }} {{ shot.time_remaining|seconds_as_time }} {{ shot|shot_assist_name(lang) }} {{ shot|shot_second_assist_name(lang) }}