Staff Background
Full Name
Reviewed By
Request Details
status
{% for i in aboutme %}
{{ i.person_id.full_name }}
{{ i.approved_by.first_name }} {{ i.approved_by.last_name }}
{{ i.about_me|safe }}
{% if i.status == '1' %}
Approved
{% endif %}
{% endfor %}