maduck/GoWDiscordTeamBot

View on GitHub
templates/team_shortened.jinja

Summary

Maintainability
Test Coverage
{%- if team.banner -%}
{{ team.banner.name }} {{ team.banner|banner_colors|join(' ') }}
{%- endif -%}

{%- if team.class %}
{{ team.class }}
{%- endif -%}

{%- if team.talents -%}
{% set talents = team.talents|join('-') %}
{%- if talents|replace('-', '') != '' %}
{{ team.talents|join(', ') }}
{% endif %}
{%- endif -%}