{% extends "generic/object.html" %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
| {% trans "Diagram" %} | {{ object.diagram }} |
|---|---|
| {% trans "Object Type" %} | {{ object.object_type }} |
| {% trans "Object" %} | {% if object.parent %} {{ object.parent|linkify }} {% else %} #{{ object.object_id }} ({% trans "no longer exists" %}) {% endif %} |
| {% trans "Created" %} | {{ object.created }} |