Back to Netbox

Comments

netbox/templates/inc/panels/comments.html

4.6.3161 B
Original Source

{% load helpers %} {% load i18n %}

{% trans "Comments" %}

{% if object.comments %} {{ object.comments|markdown }} {% else %} {% trans "None" %} {% endif %}