[TASK] Reformat the person list view a little.
This commit is contained in:
parent
8f87fa05f9
commit
54b61f8522
|
@ -7,16 +7,16 @@
|
|||
{% endblock %}
|
||||
{% block content %}
|
||||
<h3>Project</h3>
|
||||
<p><strong>Name:</strong> {{project.name}}</h3>
|
||||
<p><strong>Description:</strong> {{project.description}}</h3>
|
||||
<p><strong>Current uploaded database filename:</strong> {{project.associated_filename}}</p>
|
||||
|
||||
<p>
|
||||
<strong>Name:</strong> {{project.name}}<br>
|
||||
<strong>Description:</strong> {{project.description}}<br>
|
||||
<strong>Current uploaded database filename:</strong> {{project.associated_filename}}
|
||||
</p>
|
||||
<h3>Stats</h3>
|
||||
<p>
|
||||
<strong>Mapped:</strong> {{mapped_persons|length}}<br>
|
||||
<strong>Unmapped:</strong> {{unmapped_persons|length}}<br>
|
||||
</p>
|
||||
|
||||
<h3>List of unmapped citavi persons in project</h3>
|
||||
{% if not unmapped_persons %}
|
||||
<p><strong>No unmapped persons in this project. Congratulations!</strong></p>
|
||||
|
@ -77,7 +77,8 @@
|
|||
<td>{{person}}</td>
|
||||
<td>{{person.global_identity}}</td>
|
||||
<td>
|
||||
<a href="#TODO" title="Enter mapping wizard starting here.">Delete Mapping</a>
|
||||
<a href="#TODO" title="Remove this citavi project identity, delete corresponding global if nothing else is .">Delete Mapping</a>
|
||||
<a href="#TODO" title="Set this identity as the preferred citavi project identity.">Set preferred</a>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue