{% extends "repo_master.html" %} {% block title %}Settings Board {{ board.name | noJS(ignore="img") | safe }} - {{ repo.name }}{% endblock %} {% set tag = "home" %} {% block header %} {% endblock %} {% block repo %}

{{ board.name }}

Statuses
Order

Status name

Default

Close

{% if repo.close_status %}

Close status

{% endif %}

Color

Delete

{% for status in board.statuses | sort(attribute='rank') %}
{% if status.default %} {% else %} {% endif %}
{% if status.close %} {% else %} {% endif %}
{% if repo.close_status %}
{% endif %}
{% endfor %}
Add new status Populate with defaults
{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}