{% include 'style.html' %} {% include 'tier_style.html' %}
{%- set diamond_colors = { 1: {'color': '#1a6b1a', 'highlight': '#40b040'}, 2: {'color': '#2070b0', 'highlight': '#50a0e8'}, 3: {'color': '#a82020', 'highlight': '#e85050'}, 4: {'color': '#6b2d8e', 'highlight': '#a060d0'}, } -%} {% if refractor_tier is defined and refractor_tier > 0 %} {%- set dc = diamond_colors[refractor_tier] -%} {%- set filled_bg = 'linear-gradient(135deg, ' ~ dc.highlight ~ ' 0%, ' ~ dc.color ~ ' 50%, ' ~ dc.color ~ ' 100%)' -%}
= 2 %}style="background: {{ filled_bg }};"{% endif %}>
= 1 %}style="background: {{ filled_bg }};"{% endif %}>
= 3 %}style="background: {{ filled_bg }};"{% endif %}>
= 4 %}style="background: {{ filled_bg }};"{% endif %}>
{% if refractor_tier == 4 %}
{% endif %} {% endif %}
{{ 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' %}