{% if json_configs %}

Please select an attached config file from the list below:

{% else %}

There are no config files attached!

To use the viewer you can attach a .json config file and refresh the panel.

{% endif %}
{% if form %}

Or use the form below to generate a new config file:

{% csrf_token %} {{ form.as_table }}
{% else %}

Autogenerating config files requires the omero-web-zarr plugin which seems not to be available.

{% endif %}