{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }}
Name | {{ object.name }} |
---|---|
Slug | {{ object.slug }} |
Application | {{ object.application|linkify }} |
Description | {{ object.description|placeholder }} |
Status | {% badge object.inherited_status_display bg_color=object.get_status_color %} |
Parent | {{ object.parent|placeholder|linkify }} |