{% extends 'base.html' %} {% load static %} {% block content %}

Employee profile

{{ account.first_name }} {{ account.last_name }}

{{ account.email }}
{{ profile.birth_day }}
{{ profile.location }}

{{ profile.resume|safe }}


Send an invitation to employee

{% csrf_token %}
{% endblock %}