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

User My Profile

{% endblock %} {% block content %}

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

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