{{ row.task.title }}
{%- if row.task.priority == 1 -%}▲ P1{%- else if row.task.priority == 2 -%}▬ P2{%- else if row.task.priority == 3 -%}▽ P3{%- else -%}· P4{%- endif -%}
{% extends "base.html" %} {% block title %}Board — Tacks{% endblock %} {% block content %}
No tasks match your filters
{% endif %}