{% if pkg_dict.license_id %} {% if not text_only %}

License

{% endif %} {% if 'license_url' in pkg_dict %} {{ pkg_dict.license_title }} {% else %} {{ pkg_dict.license_title }} {% endif %} {% if not text_only %} {% if pkg_dict.isopen %} [Open Data] {% else %} {{ h.icon('lock') }} {% endif %}

{% endif %} {% elif text_only %} {{ _('No Licence Provided') }} {% endif %}