{# The reason that we did not indent this code is because if we did, Markdown would treat it as code rather than HTML. #} {% load i18n %} {% if object %}
{% trans "By" %} {{ object.taken_by }}
{% endif %} {% if object.description %}{{ object.description }}
{% endif %}