{% load modelnotes_tags %}
Order ID | Product | Customer | Notes | Created At | |
---|---|---|---|---|---|
{{ row }} | {{ row.product }} | {{ row.customer_name }} | {% for note in row.notes.all %} {{ note.title }}', true);" role="button" data-bs-toggle="tooltip" data-placement="left">{{ note }} {% endfor %} | {{ row.created_at }} | {# actions #}