home · contact · privacy
Refactor ProcessStep code and undo replacement of implicit steps by explicit ones.
[plomtask] / templates / condition_titles.html
1 {% extends '_base.html' %}
2 {% import '_macros.html' as macros %}
3
4
5
6 {% block content %}
7 {{ macros.history_page("condition", condition, "title", condition.title) }}
8 {% endblock %}