{% extends "base.html" %} {% block content %}
Epics
{% for col in columns %}

{{ col.label }}

{% if col.id == 'todo' %} {% endif %} 0
{% for item in items if item.column_name == col.id %} {% include "partials/card.html" %} {% endfor %}
{% endfor %}
esc
{% endblock %}