{% 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] {% endif %}

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