{% load i18n fontawesome_5 %} {% comment %} Used in e.g. reports and detail views for every model which supports comment field (BaseObject derived) {% endcomment %} {% if obj.comment %}
{% fa5_icon 'info-circle' %} {% trans 'Comment' %}
{{obj.comment|linebreaks}}
{% endif %}