diff --git a/tailbone/templates/batch/view.mako b/tailbone/templates/batch/view.mako index ceaf9676..8316c4b9 100644 --- a/tailbone/templates/batch/view.mako +++ b/tailbone/templates/batch/view.mako @@ -75,6 +75,34 @@ % endif %def> +<%def name="object_helpers()"> + ${self.render_status_breakdown()} +%def> + +<%def name="render_status_breakdown()"> + % if status_breakdown is not Undefined and status_breakdown is not None: +
${status} | +${count} | +
Nothing to report yet.
+ % endif +${status} | -${count} | -
Nothing to report yet.
- % endif -