35
47
{% set helpText %}{% trans "What type of display client is this profile intended for?" %}{% endset %}
36
48
{% set windows %}{% trans "Windows" %}{% endset %}
37
49
{% set android %}{% trans "Android" %}{% endset %}
39
51
{% set sssp %}{% trans "Tizen" %}{% endset %}
41
54
{ typeid: "android", type: android },
42
57
{ typeid: "lg", type: lg },
46
60
{{ forms.dropdown("type", "single", title,"", options, "typeid","type", helpText) }}