{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Slug | {{ object.slug }} |
| Description | {{ object.description|placeholder }} |
| Event Type | {% badge object.get_event_type_display %} |
| Granularity | {% badge object.get_granularity_display %} |
| Body Format | {% badge object.get_body_format_display %} |
| Weight | {{ object.weight }} |
| Include iCal | {% checkmark object.include_ical %} |
| Is Base Template | {% checkmark object.is_base_template %} |
|---|---|
| Extends | {% if object.extends %} {{ object.extends|linkify }} {% else %} {{ ''|placeholder }} {% endif %} |
| Contact Roles | {% if object.contact_roles.all %} {% for role in object.contact_roles.all %} {% badge role %}{% if not forloop.last %} {% endif %} {% endfor %} {% else %} {{ ''|placeholder }} {% endif %} |
|---|---|
| Contact Priorities | {% if object.contact_priorities %} {% for priority in object.contact_priorities %} {% badge priority %}{% if not forloop.last %} {% endif %} {% endfor %} {% else %} {{ ''|placeholder }} {% endif %} |
{{ object.subject_template }}
{{ object.body_template }}
{{ object.css_template }}
{{ object.ical_template }}
{{ object.headers_template }}
| Object Type | Object | Event Type | Event Status | Weight | |
|---|---|---|---|---|---|
| {{ scope.content_type }} | {% if scope.object %} {% if scope.object.get_absolute_url %} {{ scope.object }} {% else %} {{ scope.object }} {% endif %} {% else %} All {% endif %} | {{ scope.event_type|default:"-" }} | {{ scope.event_status|default:"-" }} | {{ scope.weight }} | {% if perms.notices.change_templatescope %} {% endif %} {% if perms.notices.delete_templatescope %} {% endif %} |
| Name | Event Type | Granularity | Weight |
|---|---|---|---|
| {{ child|linkify }} | {% badge child.get_event_type_display %} | {% badge child.get_granularity_display %} | {{ child.weight }} |
| Subject | Status | Approved By | Sent At |
|---|---|---|---|
| {{ notification|linkify }} | {% badge notification.get_status_display %} | {{ notification.approved_by|placeholder }} | {{ notification.sent_at|placeholder }} |