{% trans "Notes added to" %} {{client}}'{% trans "s file" %}.
{% extends "client/base.html" %} {% load i18n %} {% load admin_urls %} {% load rules %} {% block title %} {{client}} - {% trans "Information" %} {% endblock %} {% block subcontent %} {% has_perm 'sous_chef.edit' request.user as can_edit_data %}
{% if note.priority == 'urgent' %} {% else %} {{note.category}} {% endif %} |
{{note.date}}
{{ note.note }}
|
{% if note.is_read %} {% else %} {% endif %} |