{% extends 'app/base_profile.html' %} {% load static %} {% block title %} Profil | Digipus {% endblock %} {% block content %}

{% if user.is_admin %} Profil Admin {% elif user.is_contributor %} Profil Kontributor {% else %} Profil User {% endif %}

{% if not user.default_profile_picture %} User profile picture {% else %}
User profile picture
{% endif %}

{{ user.name }}

{{ user.email }}

{{ user.biography }}

instansi
{{user.instansi}}
{% endblock %}