{% extends template_extends|default:'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load static %} {% load plugins %} {% block head %} {% endblock %} {% block buttons %} Cancel {% endblock buttons %} {% block tabs %}
{% endblock tabs %} {% block content %}| Name | {{ object.name }} |
| Description | {{ object.description }} |
| Object | X | Y | |
|---|---|---|---|
| {{ obj.assigned_object|linkify }} | {{ obj.coord_x }} | {{ obj.coord_y }} |