{# @var dealerNotes \Knp\Component\Pager\Pagination\PaginatorInterface #}
| Posted By | Posted At | |
|---|---|---|
| {{ dealerNote.poster }} | {{ dealerNote.timestamp|date('m/d/Y, h:i a', app.user.bruser.timezone) }} |
{{ dealerNote.note|nl2br }}
{% if dealerNote.files|length > 0 %}
{% for file in dealerNote.files %}
{# @var file \App\Entity\File #}
{% endfor %}
{% endif %}
|
| No notes yet. | ||