{% extends 'lara_django_base/lara_base.html' %} {% load static %} {% block toolbar %}

{{ section_title }}

{% endblock %} {% block content %}
{% if object.name %}{{ object.name }} {% endif %} {{ object.name_full }} {% if object.data_type %}({{ object.data_type }}) {% endif %}

{{ object.description }}

  • Name: {{ object.name }}

  • Created: {{ object.datetime_created }}

  • Users: {{ object.users }}

  • Groups: {{ object.groups }}

  • Description: {{ object.description }}

  • Data File: {{ object.description }}

{% endblock %}