{% extends "notes/list_notes.html" %} {% load servo_tags %} {% load i18n %} {% block note_buttons %}
{% trans "From" %}: {{ note.sender }}
{% trans "Service Order" %}: {{ note.order.code }}
{% trans "Created" %}: {{ note.created_at|relative_date }}
{% trans "Subject" %}: {{ note.subject }}