<li>{{ dup }}, id {{ dup.id }}, {{ dup.user.email }}</li>
<li>{{ dup }}, {{ dup.user.email }}, id {{ dup.id }}</li>
{% empty %}
{% empty %}
<li>No duplicates found</li>
<li>No duplicates found</li>
{% endfor %}
{% endfor %}
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
Please take action by merging these Contributor instances.
Please take action by merging these Contributor instances.
</li>
</li>
{% endif %}
{% endif %}
<li><ahref="{% url 'profiles:profile_create' %}">Add a Profile</a></li>
<li><ahref="{% url 'profiles:profile_create' from_type='contributor' pk=next_contributor_wo_profile.id %}">Create a Profile</a> for Contributors without one ({{ nr_contributors_wo_profile }} to handle)</li>
<li><ahref="{% url 'profiles:profile_create' from_type='contributor' pk=next_contributor_wo_profile.id %}">Create a Profile</a> for Contributors without one ({{ nr_contributors_wo_profile }} to handle)</li>
</ul>
</ul>
<br/>
<br/>
...
@@ -59,12 +60,8 @@
...
@@ -59,12 +60,8 @@
<divclass="row">
<divclass="row">
<divclass="col-12">
<divclass="col-12">
<ahref="{% url 'profiles:profile_create' %}">Add a Profile</a>
<h3>Profiles {% if request.GET.discipline %}in {{ request.GET.discipline }}{% if request.GET.expertise %}, {{ request.GET.expertise }}{% endif %}{% endif %} ({% if request.GET.contributor == "True" %}registered Contributors{% elif request.GET.contributor == "False" %}unregistered as Contributors{% else %}all registered/unregistered{% endif %}):</h3>
<br/><br/>
{% if request.GET.discipline %}
<h3>Profiles in {{ request.GET.discipline }}{% if request.GET.expertise %}, {{ request.GET.expertise }}{% endif %} ({% if request.GET.contributor == "True" %}registered Contributors{% elif request.GET.contributor == "False" %}unregistered as Contributors{% else %}all registered/unregistered{% endif %}):</h3>