{% load i18n %} {% trans "Name" %} {{ object.name }} {% if object.description %} {% trans "Description" %} {{ object.description }} {% endif %}