diff --git a/templates/flags/detail.tpl b/templates/flags/detail.tpl index f8657dd..0080822 100644 --- a/templates/flags/detail.tpl +++ b/templates/flags/detail.tpl @@ -127,6 +127,15 @@ [[flags:go-to-target]] + {{{ if type_bool.post }}} + {{{ if !target.deleted}}} + [[flags:delete-post]] + {{{ else }}} + [[flags:purge-post]] + [[flags:restore-post]] + {{{ end }}} + {{{ end }}} +