<p>This form can be used to split your list of names into a list of names with registered or already invited Contributors and a list of unknown names according to the current database.</p>
<p>This form can be used to split your list of names into a list of names with registered or already invited Contributors and a list of unknown names according to the current database.</p>
<p>Please, for every name use the format <code>{last name}</code> or <code>{last name}, {first name}</code> and use one name per line.</p>
<p>Please, for every name use the format <code>{last name}</code> or <code>{last name}, {first name}</code> and use one name per line.</p>
>>>>>>> development
<formmethod="post">
<formmethod="post">
{% csrf_token %}
{% csrf_token %}
{{ form|bootstrap }}
{{ form|bootstrap }}
...
@@ -38,13 +28,7 @@
...
@@ -38,13 +28,7 @@
</div>
</div>
{% if form.is_bound %}
{% if form.is_bound %}
<<<<<<<HEAD
{%ifnames_not_found%}
<pre><code>{% for contributor in names_not_found %}{{ contributor }}{% endfor %}</code></pre>
{% endif %}
{% if names_found %}
<pre><code>{% for contributor in names_found %}{{ contributor }}{% endfor %}</code></pre>
=======
<hrclass="divider">
<hrclass="divider">
<h2>Filter result</h2>
<h2>Filter result</h2>
{% if names_not_found %}
{% if names_not_found %}
...
@@ -55,7 +39,7 @@
...
@@ -55,7 +39,7 @@
{% if names_found %}
{% if names_found %}
<h3>Names found in the system</h3>
<h3>Names found in the system</h3>
<pre><code>{% for name in names_found %}{{ name }}{% if not forloop.last %}<br>{% endif %}{% endfor %}</code></pre>
<pre><code>{% for name in names_found %}{{ name }}{% if not forloop.last %}<br>{% endif %}{% endfor %}</code></pre>