{% set marketingRoutes = ['app_home', 'app_features', 'app_price', 'app_support', 'app_security_info'] %}
{% if currentRoute in marketingRoutes %}
{% set jsonFlags = constant('JSON_UNESCAPED_UNICODE') b-or constant('JSON_UNESCAPED_SLASHES') %}
{% set organizationUrl = url('app_home', {'_locale': currentLocale}) %}
{% set organizationLogo = absolute_url(asset('images/IBPro-Logo-2-transparent-68efae122c06e.png')) %}
{% set faqMainEntity = [
{
'@type': 'Question',
'name': 'lang.what_is_sft_title'|trans,
'acceptedAnswer': {
'@type': 'Answer',
'text': 'lang.what_is_sft_content'|trans
}
},
{
'@type': 'Question',
'name': 'lang.how_sft_ensure_security_title'|trans,
'acceptedAnswer': {
'@type': 'Answer',
'text': 'lang.how_sft_ensure_security_content'|trans
}
},
{
'@type': 'Question',
'name': 'lang.what_support_training_title'|trans,
'acceptedAnswer': {
'@type': 'Answer',
'text': 'lang.what_support_training_content'|trans
}
},
{
'@type': 'Question',
'name': 'lang.what_file_types_sizes_title'|trans,
'acceptedAnswer': {
'@type': 'Answer',
'text': 'lang.what_file_types_sizes_content'|trans
}
},
{
'@type': 'Question',
'name': 'lang.how_change_subscription_title'|trans,
'acceptedAnswer': {
'@type': 'Answer',
'text': 'lang.how_change_subscription_content'|trans
}
},
{
'@type': 'Question',
'name': 'lang.wetransfer_alt_faq_title'|trans,
'acceptedAnswer': {
'@type': 'Answer',
'text': 'lang.wetransfer_alt_faq_content'|trans
}
},
{
'@type': 'Question',
'name': 'lang.wetransfer_albums_faq_title'|trans,
'acceptedAnswer': {
'@type': 'Answer',
'text': 'lang.wetransfer_albums_faq_content'|trans
}
}
] %}
{% set pageMeta = {
'app_home': {
'name': 'lang.home_meta_title'|trans,
'description': 'lang.home_meta_description'|trans,
'url': url('app_home', {'_locale': currentLocale})
},
'app_features': {
'name': 'lang.features_meta_title'|trans,
'description': 'lang.features_meta_description'|trans,
'url': url('app_features', {'_locale': currentLocale})
},
'app_price': {
'name': 'lang.price_meta_title'|trans,
'description': 'lang.price_meta_description'|trans,
'url': url('app_price', {'_locale': currentLocale})
},
'app_support': {
'name': ('lang.helpCenter'|trans ~ ' | CUMAS365 SFT'),
'description': 'lang.what_support_training_content'|trans,
'url': url('app_support', {'_locale': currentLocale})
},
'app_security_info': {
'name': 'lang.security_meta_title'|trans,
'description': 'lang.security_meta_description'|trans,
'url': url('app_security_info', {'_locale': currentLocale})
}
} %}
{% set currentPage = pageMeta[currentRoute] %}
{% set breadcrumbLabels = {
'app_features': 'lang.functions'|trans,
'app_price': 'lang.prices_title'|trans,
'app_support': 'lang.helpCenter'|trans,
'app_security_info': 'lang.security'|trans
} %}
{% set softwareOffers = [
{
'@type': 'Offer',
'name': 'lang.free'|trans,
'price': '0',
'priceCurrency': 'EUR',
'url': url('app_price', {'_locale': currentLocale}),
'availability': 'https://schema.org/InStock'
},
{
'@type': 'Offer',
'name': 'lang.pro'|trans,
'price': '7.90',
'priceCurrency': 'EUR',
'valueAddedTaxIncluded': false,
'url': url('app_price', {'_locale': currentLocale}),
'availability': 'https://schema.org/InStock'
},
{
'@type': 'Offer',
'name': 'lang.business'|trans,
'price': '49.90',
'priceCurrency': 'EUR',
'valueAddedTaxIncluded': false,
'url': url('app_price', {'_locale': currentLocale}),
'availability': 'https://schema.org/InStock'
}
] %}
{% set featureList = [
'Secure large file transfer',
'Custom branding',
'SFT Collect shared albums',
'SFT-Sign digital signatures',
'GDPR hosting in Germany',
'Transfer logging'
] %}
{% if currentRoute == 'app_home' %}
{% endif %}
{% if currentRoute != 'app_home' %}
{% endif %}
{% if currentRoute in ['app_home', 'app_price', 'app_support'] %}
{% endif %}
{% if currentRoute in ['app_home', 'app_features', 'app_price'] %}
{% endif %}
{% endif %}