{% trans 'Defining an Observation Validation Routine helps to improve the quality of your collected data. You can set specific steps for specific taxa. For example, you might want to have an expert to look at reports of rare species and have him check the datasets photo.' %}
{% trans 'Step 0:' %}
{% trans 'User saves Dataset' %}
{% trans 'after successfully filling out an observation form without errors' %}
{% for validation_step in dataset_validation_routine %}
{% blocktrans with position=validation_step.position %}Step {{ position }}: {% endblocktrans %}