Index: lnt/trunk/lnt/server/ui/templates/reporting/daily_report.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/reporting/daily_report.html +++ lnt/trunk/lnt/server/ui/templates/reporting/daily_report.html @@ -232,6 +232,7 @@ {%- endmacro %} {% for field,field_results in report.result_table|reverse %} +{%- if field_results -%}

Result Table ({{ field.name }})

{{ result_header()+"\n " if not report.for_mail }} {%- for test,visible_results in field_results -%} @@ -267,6 +268,9 @@ {{ "

" if report.for_mail }} {%- endfor %} {{ "" if not report.for_mail }} +{%- else -%} +

No significant {{ field.name }} changes found.

+{%- endif -%} {%- endfor -%} {% endif %}