{# Macro for rendering a single top poster card #} {% macro poster_card(poster, rank, podium_class) %}
{% if SUPPRESS_LAST_MONTH_BLOCK %}{{ lang('TS_TOP_POSTERS_FOR', '' ~ MONTH_LABEL ~ '') }}{% else %}{{ lang('TM_TOP_POSTERS') }}{% endif %}
{% if count_selected > 0 %}{{ lang_no_top_poster }}
{% endif %} {# Bronze (3rd place) #} {% if posters_selected[2] is defined %} {{ _self.poster_card(posters_selected[2], 3, 'bronze') }} {% endif %}{{ lang_no_top_poster }}
{% endif %}{{ lang('LM_TOP_POSTERS') }}
{% if count_last > 0 %}{{ lang_no_top_poster }}
{% endif %} {# Bronze (3rd place) #} {% if posters_last[2] is defined %} {{ _self.poster_card(posters_last[2], 3, 'bronze') }} {% endif %}{{ lang_no_top_poster }}
{% endif %}