home · contact · privacy
Enable server to alternatively output response ctx as JSON, for debugging and testing...
[plomtask] / templates / condition_descriptions.html
1 {% extends '_base.html' %}
2 {% import '_macros.html' as macros %}
3
4
5
6 {% block content %}
7 {{ macros.history_page("condition", condition, "description", condition.description, true) }}
8 {% endblock %}