{% extends "partials/base.html" %} {% load static %} {% load custom_filters %} {% block content %}
{% include 'partials/error-meg.html' %}
{% block title %} {% include "partials/title.html" with title="Profile" text="Dashboard" textone="Profile" %} {% endblock title %} {% comment %} {% endcomment %}
Personal Information
{% if profile.profile_picture %} Profile {% else %} Default Profile {% endif %}

Click to Upload or drag and drop

JPG or PNG
(Max 450 x 450 px)
{% if user.role == 'student'%}
Malta Info
{% if malatainfo %} Update {% else %} Add {% endif %}
Address

{{ malatainfo.malta_address|default:"N/A" }}

Email Address

{{ malatainfo.malta_email|default:"N/A" }}

Contact Number

{{ malatainfo.malta_contact|default:"N/A" }}

Emergency Contact

{{ malatainfo.emergency_contact_number|default:"N/A" }} ({{ malatainfo.relationship_to_emergency_contact|default:"N/A" }})

{% comment %}

{{ malatainfo.emergency_contact_comments|default:"" }}

{% endcomment %}
{% endif %}
Personal Information
Edit
Address Information
Update Password
Change
{% endblock content %} {% block javascript %} {{ block.super }} {% endblock %}