{{ board_name }}
{% if boards %}
{% for b in boards %}
{{ b.name }}
{% endfor %}
{% endif %}
New card
Plan sprint
Close sprint
Archive
{% if backlog_column in column_names %}
Backlog
{% endif %}
All labels
{% for lb in labels %}
{{ lb }}
{% endfor %}
{% if types %}
All types
{% for t in types %}
{{ t }}
{% endfor %}
{% endif %}
{% include "_board.html" %}