X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fcondition.html;h=1fc5902025c7cc21a04a656880a973ed5b6ed312;hb=31b778276bb7297151f1c90098cc50842c9c138f;hp=92f04eb9688c2aad9992d810778f3780fad8d542;hpb=fb317a554ed912736498a5b3917b40bb9bfd7489;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index 92f04eb..1fc5902 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -1,16 +1,29 @@ -{% extends 'base.html' %} +{% extends '_base.html' %} +{% import '_macros.html' as macros %} + + {% block content %}

condition

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