<optionvalue=" "{%ifnotowner_org%}selected="selected"{%endif%}>Izberite izdajatelja...</option> {# NB Value is " " to ensure that validation fails if this is selected, due to it checking 'name' is not_empty. In addition, in logic/auth/create.py this particular value is authorized, so when you submit the form with this value, rather that say 'not authorized', it carries on to validation where it fails and shows the user a better error. #}
{% for publisher_name, publisher in h.sorted_list(c.publishers.items()) %}