{% if editmode %} {{ pimcore_select("validity", { "store": [ ["one-month", "One month"], ["three-months", "Three months"], ["unlimited", "Unlimited"] ], "defaultValue" : "unlimited" }) }} {% else %}

{{ "This is valid for" | trans }}: {{ pimcore_select("validity").getData() | trans }}

{% endif %}