{% extends "base.html" %} {% block title %}Edit {{ task.title }} — gest{% endblock %} {% block nav_tasks %}class="active"{% endblock %} {% block content %}
← {{ task.title }}
gest task edit {{ task.id.short() }}
{% if let Some(msg) = error %}
{{ msg }}
{% endif %}
{% for link in task.links.iter() %}
{{ link.rel }} {{ link.ref_ }}
{% endfor %}
Cancel
{% endblock %}