diff --git a/template/debian.rst.j2 b/template/debian.rst.j2 index 2eb4958..74a10f5 100644 --- a/template/debian.rst.j2 +++ b/template/debian.rst.j2 @@ -16,7 +16,6 @@ services ================================================== ======= ============== service state description -================================================== ======= ============== -{% for svc in services %} +================================================== ======= =============={% for svc in services %} {{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<7}".format(svc["sub"]) }} {{ svc["description"] }}{% endfor %} ================================================== ======= ==============