{% if not selected_schema or schemata.count > 1 %} Viewing: {% comment %} We should make it so that the page we are viewing is able to provide us with a url we should redirect to in the case there is no object at the url when we have changed schema. {% endcomment %} No schema. Please select... {% for schema in schemata %} {{ schema.name }} {% endfor %} {% if disabled %} Unable to change schema while viewing this object. {% endif %} {% endif %}