{% if license.icons %}
{% for icon in license.icons.split() %}
{% endfor %}
{% endif %}
-
{% if license.url %}
{% if license.some_rights %}
{{ _('Some rights reserved') }}
{% else %}
{{ license.name }}
{% endif %}
{% else %}
{{ license.name }}
{% endif %}