{% extends 'app_kit/manage_generic_content.html' %} {% load i18n localcosmos_tags %} {% block content %}

{% trans 'Check and update taxonomic references' %}

{% blocktrans %}If you updated your taxonomic database you can update your taxonomic references here. Taxonomic references can be Taxa of Taxon Profiles or linked Taxa in Nature Guides. This update does not alter the scientific names or authors. It updates other parameters like the position of a taxon in the taxonomic tree. If a taxon is not found anymore in the referenced taxonomic database, this will not be fixed by this update mechanism. You have to use the Taxon Swap feature to select a new Taxon.{% endblocktrans %}
{% for error in result %}
{{ error.taxon }}
    {% for error_message in error.errors %}
  • {{ error_message}}
  • {% endfor %}
{% endfor %}
{% csrf_token %}
{% endblock %}