{% extends "fastapp/default.html" %} {% block title %}{{ block.super }} - Profile {% endblock title %} {% block ngapp %} ng-app="execApp" ng-controller="BasesCtrl" {% endblock %} {% load gravatar %} {% block main %}

Profile

Username

{{ user }}

Email

{{ user.email }}

Gravatar

Linked Apps

Dropbox

{% if user.authprofile.dropbox_access_token %} linked unlink app {% else %} authorize now {% endif %}

Password

{% csrf_token %}

New Password

Repeat Password

Transport

Token

Personal

{{ TOKEN }}

Endpoints

{% include "transport.html" %}
{% endblock %}