{% set library = package('library').getPackageProperties(library_name) %}
{{ labels.version }}
{{ library.version }}
{% if library.help is not empty %} {{ labels.help }} {% endif %}
{{ library.title|default(library.name) }}
{{ library.description }}
{{ labels.name }}
{{ library.name }}
{{ labels.files }}
{{ component('system:admin.libraries.library.files',{ files: library.files }) }} {% if library.themes|length > 0 %}
{{ labels.themes }}
{% for name,theme in library.themes %}
{{ name }}
{% endfor %}
{% endif %}
{{ component('system:admin.libraries.library.params',{ params: library.params }) }}
{% if library.framework == true %}
{{ labels.framework }} {% if currentFramework() == library.name %} {{ labels.current }} {% endif %}
{% else %}
{% endif %} {% if library.async == true %}
Async
{% endif %} {% if library.crossorigin is not empty %}
{{ labels.crossorigin }} {{ library.crossorigin }}
{% endif %}