You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>{% trans 'SIRETs Not Found in Organization Database' %}</h2>
51
-
<p>{% trans 'The following SIRETs were not found in the Organization database and could not be processed:' %}</p>
50
+
<h2>{% trans 'Codes Not Found in Organization Database' %}</h2>
51
+
<p>{% trans 'The following SIRETs or SIRENs were not found in the Organization database and could not be processed:' %}</p>
52
52
53
53
<divclass="siret-list">
54
-
<textareareadonlyrows="10" cols="20" style="font-family: monospace; font-size: 12px;">{% for siret in results.not_found_sirets %}{{ siret }}
54
+
<textareareadonlyrows="10" cols="20" style="font-family: monospace; font-size: 12px;">{% for code in results.not_found_codes %}{{ code }}
55
55
{% endfor %}</textarea>
56
56
</div>
57
57
58
-
<p><strong>{% trans 'Note' %}:</strong> {% trans 'These SIRETs may need to be added to the Organization database first, or they may be invalid.' %}</p>
58
+
<p><strong>{% trans 'Note' %}:</strong> {% trans 'These codes may need to be added to the Organization database first, or they may be invalid.' %}</p>
59
59
</div>
60
60
{% endif %}
61
61
62
62
<divclass="actions">
63
-
<ahref="{% url 'admin:core_operatororganizationrole_bulk_import' %}" class="button">{% trans 'Import More SIRETs' %}</a>
63
+
<ahref="{% url 'admin:core_operatororganizationrole_bulk_import' %}" class="button">{% trans 'Import More SIRETs/SIRENs' %}</a>
64
64
<ahref="{% url 'admin:core_operatororganizationrole_changelist' %}" class="button">{% trans 'View All Operator Organization Roles' %}</a>
0 commit comments