{% load thumbnail %} {% spaceless %}
{% if is_license_property|default_if_none:True is True %} {% if instance.description %}{% endif %} {% if instance.licence.url %}{% endif %} {% endif %}
{% if instance.licence.url %}{% endif %} {{ instance.licence.name }} {% if instance.licence.url %}{% endif %}
{{ instance.licence.content|safe }}
{% if instance.description %}
{{ instance.description|safe }}
{% endif %}
{% endspaceless %}