{% if perms.inventory.add_opportunity%}
@@ -301,8 +303,8 @@
| {{ _("Note") }} |
- {{ _("Created By")}} |
- {{ _("Created On")}} |
+ {{ _("Created On")}} |
+ {{ _("Last Updated")}} |
|
@@ -310,12 +312,8 @@
{% for note in notes %}
| {{note.note}} |
- {% if note.created_by.staff %}
- {{ note.created_by.staff.name }} |
- {% else %}
- {{ note.created_by.dealer.get_local_name|default:note.created_by.dealer.name }} |
- {% endif %}
{{ note.created|naturalday|capfirst }} |
+ {{ note.updated|naturalday|capfirst }} |
{% if note.created_by == request.user %}
| {{email.from_email}} |
{{email.created}} |
- Send |
+ Send |
draft |
{% endfor %}
@@ -469,7 +467,7 @@