diff --git a/device/templates/details.html b/device/templates/details.html index 47a65e0..dd64d6f 100644 --- a/device/templates/details.html +++ b/device/templates/details.html @@ -2,108 +2,6 @@ {% load i18n %} {% block content %} - -
- {% else %} -
- {% endif %} -- - {% if user == note.user or user.is_admin %} -- {{ note.description }} -
- -
{% trans "No notes available." %}
- {% endfor %} -- {% trans 'Key' %} - | -- {% trans 'Value' %} - | -- {% trans 'Created on' %} - | -- | -- | -
---|---|---|---|---|
{{ a.key }} - | -{{ a.value }} - | -{{ a.created }} - | -- | -- | -