{% extends 'lara_django_base/lara_base.html' %} {% load static %} {% block toolbar %}
Name: {{ object.name }}
Description: {{ object.description }}
Created: {{ object.datetime_created }}
Entities: {% for entity in object.users.all %} {{ entity.name_full }} ({{ entity.acronym }}) {% if not forloop.last %},{% endif %} {% endfor %}
Groups: {% for group in object.groups.all %} {{ group.name }} {% endfor %}
{{ object.metadata }}
{% else %}
No metadata available
{% endif %}