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

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

{% blocktrans %}If you updated your taxonomic database you can update your taxonomic references here.{% endblocktrans %}

{% if updated %}
{% trans "Taxon references have been updated successfully. Some taxa might require manual review. See below." %}
{% endif %}
{% endblock %}