{% extends 'generic/object.html' %} {% load static %} {% load custom_object_buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% load render_table from django_tables2 %} {% load tabs %} {% load i18n %} {% load custom_object_utils %} {% block extra_controls %} {% endblock %} {% block breadcrumbs %}
| {% trans "Type" %} | {{ object.custom_object_type|linkify:"display_name" }} |
|---|---|
| {% trans "Last activity" %} |
{{ latest_change.time|isodatetime|placeholder }}
{% if latest_change %}
{{ latest_change.time|timesince }} {% trans "ago" %}
{% endif %}
|
| {{ group_name }} | |
| {{ field }} {% if field.description %} {% endif %} | {% with customfield=field value=object|get_field_value:field %} {% include "builtins/customfield_value.html" %} {% endwith %} |
| {{ relation|linkify }} |
|---|