0dbdad3c6d0bc3e8b7ba8942ec5d06f2802ee785
[wolnelektury.git] / src / catalogue / templates / catalogue / snippets / license_icon.html
1 {% load i18n %}
2 {% load static from staticfiles %}
3
4 {% if license_url %}
5 <a class="license-icon" href="{{ license_url }}"
6    title="{% trans "Free license" %}: {{ license_description }}">
7   <img src="{% static icon %}" alt="{% trans "Free license" %}: {{ license_description }}"/>
8 </a>
9 {% endif %}