{% extends "base.html" %} {% from "partials/_plan_section.html" import render_section %} {% block crumb_leaf %}/{{ plan.title }}{% endblock %} {% block content %}

{{ plan.title }}

{{ plan.kind }} {{ plan.status }} {{ progress.done }}/{{ progress.active }} ({{ progress.percent }}%)
{% if roots %} {% else %}

No sections.

{% endif %} {% endblock %}