{% if (isWidget is not defined or isWidget == false) and ((android_app_id is defined and android_app_id is not empty) or (ios_app_id is defined and ios_app_id is not empty)) %}
<script type="text/javascript">
new SmartBanner({
daysHidden: 0,
daysReminder: 0,
icon: '/img/global/ic_launcher-web.png',
appStoreLanguage: '{{ app.request.getLocale() }}',
title: '{{ 'app.title' | trans }}',
author: '{{ 'app.author' | trans}}',
button: '{{ 'nav.download' | trans }}',
store: {
ios: '{{ 'app.applestore' | trans}}',
android: '{{ 'app.googleplay' | trans }}',
},
price: {
ios: '{{ 'price.free' | trans }}',
android: '{{ 'price.free' | trans }}',
}
});
</script>
{% endif %}