{% extends 'base.html' %} {% load i18n %} {% block content %}

{{ object.shortid }}

{% if state_definitions %} {% else %} {% endif %}
{% include 'tabs/general_details.html' %} {% include 'tabs/log.html' %} {% include 'tabs/user_properties.html' %} {% include 'tabs/documents.html' %} {% include 'tabs/lots.html' %} {% include 'tabs/evidences.html' %} {% if state_definitions %} {% for state in state_definitions %} {% endfor %} {% endif %} {% endblock %} {% block extrascript %} {% endblock %}