{% include 'style.html' %}
{{ hand }}
{{ player.p_name }}
{{ position_string }}
{% if card_type == 'batter' %} {% include 'topright_batter.html' %} {% else %} {% include 'topright_pitcher.html' %} {% endif %}
{{ 1 if card_type == 'batter' else 4 }}
{{ 2 if card_type == 'batter' else 5 }}
{{ 3 if card_type == 'batter' else 6 }}
{{ 1 if card_type == 'batter' else 4 }}
{{ 2 if card_type == 'batter' else 5 }}
{{ 3 if card_type == 'batter' else 6 }}
{% include 'result_columns.html' %}