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

Chef Profile Details

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

No profile image

{% endif %} {% if profile.licence %}

View Licence
{% endif %}

{{ profile.user.name }}

{{ profile.user.email }}

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

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

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

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