{% include 'driver27/admin/copy/includes/_errors_races.html' %} {% if not_exists %}

Races that could be saved in {{ season_destiny_info }} if the limit is not exceeded

{% with races=not_exists ok=True can_save=can_save %} {% include 'driver27/admin/copy/list_races.html' %} {% endwith %} {% endif %} {% if both_exists %}

Races that are already saved in {{ season_destiny_info }}

{% with races=both_exists ok=False can_save=can_save %} {% include 'driver27/admin/copy/list_races.html' %} {% endwith %} {% endif %} {% if not_exists or both_exists %} {% include 'driver27/admin/copy/includes/_errors_races.html' %} {% endif %}