{% extends "generic/object.html" %} {% block content %}
| Object (Type) | {{object.object_type.app_label|upper}} |
|---|---|
| Object (ID) | {{model_name|linkify}} |
| Migration date | {{object.date}} |
| Cut | {{object.cut}} |
| Impact | {{object.impact}} |
| State | {{object.state}} |
| Description | {{object.description|placeholder}} |
| Created | {{object.created}} |
| Last updated | {{object.last_updated}} |