summaryrefslogtreecommitdiffstats
path: root/templates/host.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/host.html')
-rw-r--r--templates/host.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/host.html b/templates/host.html
index 030712f..136ae96 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -104,7 +104,7 @@
</thead>
<tbody>
{% for service_category in services %}
- {% if services[service_category] is iterable %}
+ {% if services[service_category] is iterable %}
{% for service in services[service_category] %}
<tr>
<td>{{service}}</td>
@@ -112,7 +112,7 @@
<td>{{service_category}}</td>
</tr>
{% endfor %}
- {% endif %}
+ {% endif %}
{% else %}
<tr><td class="centering" colspan="4">no services provoided</td></tr>
{% endfor %}