{% extends "portal_base.html" %} {% load static %} {% block title %}Profile & Account{% endblock %} {% block portal_title %}Profile & account{% endblock %} {% block portal_subtitle %}Build a complete professional profile so Tecvico can understand your work and communicate clearly.{% endblock %} {% block portal_content %}

Professional profile

Your profile information is visible only to you and the Tecvico team.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.avatar }}

JPG, PNG, or WebP. Maximum 5 MB. A square image works best.

{{ form.avatar.errors }}

Identity

{{ form.first_name }}{{ form.first_name.errors }}
{{ form.last_name }}{{ form.last_name.errors }}
{{ form.email }}

Used for project updates and secure account communication.

{{ form.email.errors }}

Professional information

{{ form.company }}{{ form.company.errors }}
{{ form.job_title }}{{ form.job_title.errors }}
{{ form.bio }}

Up to 600 characters about your research, technical work, or project interests.

{{ form.bio.errors }}

Contact details

{{ form.phone }}{{ form.phone.errors }}
{% endblock %}