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, 4 insertions, 0 deletions
diff --git a/templates/host.html b/templates/host.html
index e44ca44..030712f 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -15,11 +15,13 @@
<div class="tab-content">
<div class="tab-pane active" id="info">
+ {% if description is defined %}
<div class="row">
<div class="well well-small span8 offset2">
{{description}}
</div>
</div>
+ {% endif %}
<dl class="dl-horizontal">
<dt>hostname</dt><dd>{{hostname}}</dd>
@@ -29,12 +31,14 @@
{% if vserver_host is defined %}
<dt>vserver_host</dt><dd>{{vserver_host}}</dd>
{% endif %}
+ {% if maintainers is defined %}
<dt>maintainers</dt>
<dd>
{% for maintainer in maintainers %}
<a href="mailto:{{maintainer}}@spline.de">{{maintainer}}</a>{% if not loop.last %}, {% endif %}
{% endfor %}
</dd>
+ {% endif %}
{% if groups is defined %}
<dt>bcfg2-groups</dt>
<dd>