{% if errors %}

Could not save

{% else %}

Saved

{% if test_result and test_result.ok %}

✓ Zotero credentials work — {{ test_result.message }}

Continue to step 2 →

{% else %}

⚠ Saved, but Zotero test failed: {{ test_result.message if test_result else "no test result" }}

Double-check the API key and library ID, then try again.

{% endif %}
{% endif %}