X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fcondition.html;h=1fc5902025c7cc21a04a656880a973ed5b6ed312;hb=53f151ef577dd8115e72d38a8991ad77c75f7e59;hp=a0a9f45c54c3372bad772c1a67f33ba699e1630d;hpb=23012cd370777b60a25839788d131173d2abee91;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index a0a9f45..1fc5902 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -1,15 +1,29 @@ -{% extends 'base.html' %} +{% extends '_base.html' %} +{% import '_macros.html' as macros %} + + {% block content %}

condition

-title: -description: + + + + + + + + + + + - -
- -
+ + + + +
title{% if condition.id_ %} [history]{% endif %}
is active
description{% if condition.id_ %} [history]{% endif %}
+{{ macros.edit_buttons() }} {% endblock %}