{% extends "generic/object.html" %} {% load helpers %} {% load i18n %} {% load plugins %} {% block content %}
{% trans "Assignment" %}
{% trans "Attachment" %} {{ object.attachment|linkify }}
{% trans "Object Type" %} {{ object.object_type }}
{% trans "Object" %} {% if object.parent %} {{ object.parent|linkify }} {% else %} {{ object.object_type.app_label }} > {{ object.object_type.model }} #{{ object.object_id }} {% endif %}
{% trans "Created" %} {{ object.created }}
{% trans "Last Updated" %} {{ object.last_updated }}
{% include "inc/panels/custom_fields.html" %} {% plugin_left_page object %}
{% include "inc/panels/tags.html" %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock content %}