{% extends "base.html" %} {% block title %}My Profile - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %}

Profile Edit my profile

{% endblock %} {% block content %}

Edit my profile{% if session['authentication_type'] != 'LOCAL' %} [Disabled - Authenticated externally]{% endif %}

{% endblock %} {% block extrascripts %} {% endblock %}