{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}My Profile - Gvelo Enterprise Platform{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

My Profile

{{ user[6] }}

{% if user[5] %} View current certification {% endif %}
{% endblock %}