{% endif %}
{% trans "Load data" as button_text %}
{% if author.openlibrary_key %}
{% trans "View on OpenLibrary" %}
{% if request.user.is_authenticated and perms.bookwyrm.edit_book %}
{% include "author/sync_modal.html" with source="openlibrary.org" source_name="OpenLibrary" id="openlibrary_sync" %}
{% endif %}
{% endif %}
{% if author.inventaire_id %}
{% trans "View on Inventaire" %}
{% if request.user.is_authenticated and perms.bookwyrm.edit_book %}
{% include "author/sync_modal.html" with source="inventaire.io" source_name="Inventaire" id="inventaire_sync" %}
{% endif %}