[% INCLUDE 'admin/header.html' title=tprintf(loc('Response Priority for %s'), body.name) -%] [% UNLESS obj %]

[% loc('New priority') %]

[% END %]
[% form.field('name').render | safe %] [% form.field('description').render | safe %]

[% loc('If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here.') %]

[% form.field('external_id').render | safe %]

[% loc('Select if this is the default priority') %]

[% form.field('is_default').render | safe %]

[% loc('If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories.') %]

[% loc('Categories:') %]
[%# TODO Select all/none %] [% form.field('contacts').render | safe %]
[% form.field('deleted').render | safe %]

[% INCLUDE 'admin/footer.html' %]