{% extends template_extends|default:'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load static %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
| Name | {{ object.macro }} |
| Value | {{ object.value }} |
| Description | {{ object.description }} |
| Assigned to | {{ object.assigned_object|linkify }} |