Board blockers
{% if board_blockers %}
{% for ticket in board_blockers %}
{% endfor %}
{% if board_blockers|length > 3 %}
{% endif %}
{% else %}
none
{% endif %}
Source blockers
{% if source_blockers %}
{% for ticket, pull in source_blockers %}
{% endfor %}
{% if source_blockers|length > 3 %}
{% endif %}
{% else %}
none
{% endif %}
Needs your review
{% with rows=for_me %}{% include "partials/review_links.html" %}{% endwith %}
Waiting on team
{% with rows=waiting %}{% include "partials/review_links.html" %}{% endwith %}
{% endif %}