{% extends "base.html" %} {% load i18n %} {% load rules %} {% load sous_chef_extras %} {% block title %}{% trans "Staff Notes" %}{% endblock %} {% block content %} {% has_perm 'sous_chef.edit' request.user as can_edit_data %}
{% if note.priority == "Urgent" %} {{note.priority}} {% else %} {{note.category}} {% endif %} |
{{note.client}}
{{ note.note }}
{{note.date}} {% trans 'created by' %} {{note.author}}
|
{% if note.is_read %} {% else %} {% endif %} |