diff --git a/sipa/templates/usersuite/_index_status.html b/sipa/templates/usersuite/_index_status.html index 2d02df11..fec98db8 100644 --- a/sipa/templates/usersuite/_index_status.html +++ b/sipa/templates/usersuite/_index_status.html @@ -78,28 +78,31 @@

{{ _("Statusinformationen") }}

{% endif %} {%- set style = ("text-{}".format(property.style) if property.style else '') -%} - {{ property.value }} + + {{ property.value }} - {%- if property.capabilities.edit and property.empty -%} - + {%- if property.capabilities.edit and property.empty -%} + - {%- endif -%} + {%- endif -%} - {%- if property.capabilities.edit and not property.empty -%} - + {%- if property.capabilities.edit and not property.empty -%} + - {%- endif -%} + {%- endif -%} - {%- if property.capabilities.delete and not property.empty -%} - + {%- if property.capabilities.delete and not property.empty -%} + - {%- endif -%} + {%- endif -%} + + {% endfor %}