{% load i18n staticfiles %}
{% trans "This content is available under the following license:" %}
{{license}}
{% if author %}
– {{author}}
{% endif %}
{% if license.url %}
{% trans "Click here for more information" %}
{% endif %}