{% extends 'generic/object.html' %} {% load static %} {% load custom_object_buttons %} {% 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 page-header %}
{% trans "Type" %} | {{ object.custom_object_type|linkify:"name" }} |
---|---|
{% trans "Last activity" %} |
{{ latest_change.time|isodatetime|placeholder }}
{% if latest_change %}
{{ latest_change.time|timesince }} {% trans "ago" %}
{% endif %}
|
{{ field }} | {% with customfield=field value=object|get_field_value:field %} {% include "builtins/customfield_value.html" %} {% endwith %} |
{{ relation|linkify }} |
---|