{% extends "layout.html" %} {% from "macros.html" import render_field, form_tag %} {% block content %}

Welcome to the NZ ORCID hub

...Linking New Zealand organisations to ORCID.

Select your Organisation

{% call form_tag(form) %} {{ render_field(form.orgNames, style="width:300px;height:30px") }} {% endcall %}
{% endblock %}