{% extends 'admin/dashboard.html.twig' %} {% block title %}Washerman Profile Details{% endblock %} {% block dashboard_content %}
{% for label, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %}

Washerman Profile Details

{% for label, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %}
{% if profile.image %} {% else %}

No profile image

{% endif %}

{{ profile.user.name }}

{{ profile.user.email }}

{{ profile.bio ?: 'No bio provided' }}

{% if profile.approved %} Approved {% else %} Pending Approval {% endif %}

{% if profile.approved %} {% else %} {% endif %} Back
{% endblock %}