{% extends "generic/object.html" %} {% load helpers %} {% load i18n %} {% load plugins %} {% block content %}
| {% 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 }} |