home · contact · privacy
Minor template improvements.
[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 %}