<tr><th>OpenPGP fingerprint</th><td>{{person.fpr|fingerprint}}{% if "edit_ldap" in vperms.perms %} (<ahref="{% url 'fprs_person_list' key=person.lookup_key %}">manage</a>){% endif %}</td></tr>
<tr><th>OpenPGP fingerprint</th><td>{{person.fpr|fingerprint}}{% if "edit_ldap" in visit_perms %} (<ahref="{% url 'fprs_person_list' key=person.lookup_key %}">manage</a>){% endif %}</td></tr>
<tr><th>Status</th><td>{{person.status|desc_status}} since {{person.status_changed|date:"Y-m-d"}}
<tr><th>Status</th><td>{{person.status|desc_status}} since {{person.status_changed|date:"Y-m-d"}}
{% if person.changed_before_data_import %}
{% if person.changed_before_data_import %}
(changed before data import)
(changed before data import)
{% endif %}
{% endif %}
{% if "request_new_status" in vperms.perms and person.possible_new_statuses %}(<ahref="{% url 'process_create' key=person.lookup_key %}">request new status</a>){% endif %}
{% if "request_new_status" in visit_perms and person.possible_new_statuses %}(<ahref="{% url 'process_create' key=person.lookup_key %}">request new status</a>){% endif %}
</td></tr>
</td></tr>
{% if person.pending %}
{% if person.pending %}
<tr><th>Pending</th><td>This is a new entry that requires confirmation before {{person.expires}}. Click <ahref="{% url 'public_newnm_resend_challenge' key=person.lookup_key %}">here</a> to send the email challenge again.</td></tr>
<tr><th>Pending</th><td>This is a new entry that requires confirmation before {{person.expires}}. Click <ahref="{% url 'public_newnm_resend_challenge' key=person.lookup_key %}">here</a> to send the email challenge again.</td></tr>
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
{% endwith %}
{% endwith %}
</table>
</table>
{% if "edit_bio" in vperms.perms or "edit_ldap" in vperms.perms %}
{% if "edit_bio" in visit_perms or "edit_ldap" in visit_perms %}