{{ 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 %}
{% endif %}
{{ name }}
{% endfor %}
{{ component('system:admin.libraries.library.params',{ params: library.params }) }}
{% if library.framework == true %}
{{ labels.framework }}
{% if currentFramework() == library.name %}
{{ labels.current }}
{% endif %}
{% else %}
Async
{% endif %}
{% if library.crossorigin is not empty %}
{{ labels.crossorigin }}
{{ library.crossorigin }}
{% endif %}