{{ profile_mail.email }} |
{{ profile_mail.primary|yesno:'Primary,Alternative' }} |
{% if profile_mail.still_valid %}
{% include "bi/check-circle-fill.html" %}
{% else %}
{% include "bi/x-circle-fill.html" %}
{% endif %}
|
{% if profile_mail.verified %}
{% include "bi/check-circle-fill.html" %}
{% else %}
{% include "bi/x-circle-fill.html" %}
{% endif %}
|
{% if profile_mail.added_by %}{{ profile_mail.added_by }}{% endif %}
|
{% if perms.scipost.can_validate_profile_emails %}
{% endif %}
{% if perms.scipost.can_verify_profile_emails %}
{% endif %}
{% if perms.scipost.can_mark_profile_emails_primary %}
{% endif %}
{% if perms.scipost.can_delete_profile_emails %}
{% endif %}
|