{% component 'semantic~tabs.vertical.content' %} {% set library = package('library').getPackageProperties('adsense') %}
{% if library['package-type'] is empty %}
{{ messages.library }}
{% else %} {% set package = package('library').createPackage('adsense') %} {% set params = package.getLibraryParams() %}

{{ labels.adsense }}

{{ component('system:admin.libraries.library.params.form',{ library: 'adsense', params_config: params.params, params: library.params, show_value: true }) }} {% endif %}
{% endcomponent %}