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