diff --git a/tailbone/templates/batch/view.mako b/tailbone/templates/batch/view.mako index b145cab0..f535ce4a 100644 --- a/tailbone/templates/batch/view.mako +++ b/tailbone/templates/batch/view.mako @@ -40,6 +40,18 @@ display: inline; } + .batch-helper { + border: 1px solid black; + float: right; + margin-top: 1em; + padding: 1em; + width: 20em; + } + + .batch-helper-content { + margin-top: 1em; + } + %def> @@ -79,6 +91,28 @@ ${self.context_menu_items()} +% if status_breakdown is not Undefined: +
${status} | +${count} | +
Nothing to report yet.
+ % endif +