X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=templates%2Fcondition.html;h=1fc5902025c7cc21a04a656880a973ed5b6ed312;hb=6f44fcfab7927af1800107f9a2ad3ba05e0651f9;hp=dfdf6ef9ce376f8c231e4b33388102d6eb51d16c;hpb=34741b65438149b4e02f1e2bb4f8fdba5df5a667;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index dfdf6ef..1fc5902 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -1,10 +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 %}