56
56
{ licensedid: 1, licensed: yes },
57
57
{ licensedid: 0, licensed: no }
59
{{ forms.dropdown("licensed", "single", title, "", options, "licensedid", "licensed", helpText) }}
59
{{ forms.dropdown("licensed", "single", title, display.licensed, options, "licensedid", "licensed", helpText) }}
61
61
{% set title %}{% trans "Default Layout" %}{% endset %}
62
62
{% set helpText %}{% trans "The Default Layout to Display where there is no other content." %}{% endset %}
63
{{ forms.dropdown("defaultLayoutId", "single", title, "", layouts, "layoutid", "layout", helpText) }}
63
{{ forms.dropdown("defaultLayoutId", "single", title, display.defaultLayoutId, layouts, "layoutId", "layout", helpText) }}
65
65
<div class="tab-pane" id="location">
66
66
{% set title %}{% trans "Latitude" %}{% endset %}