{% if profile_email.primary %}
{% include "bi/check-circle-fill.html" %}
{% else %}
{% include "bi/x-circle-fill.html" %}
{% endif %}
|
{% if profile_email.still_valid %}
{% include "bi/check-circle-fill.html" %}
{% else %}
{% include "bi/x-circle-fill.html" %}
{% endif %}
|
{% if profile_email.verified %}
{% include "bi/check-circle-fill.html" %}
{% else %}
{% include "bi/question-circle-fill.html" %}
{% endif %}
|
{{ profile_email.email }} |