{% 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 %}
{{note.category|default:""}}
{% if note.priority %}[{{note.priority}}] {% endif %}
|
{{note.client}}
–
{{note.date_modified}} {%if note.author %}{% trans 'by' %} {{note.author}}{% endif %}
{{ note.note|linebreaksbr }}
|
{% if can_edit_data %} {% endif %} {% if note.is_read %} {% else %} {% endif %} |