{% extends "base.html" %} {% load i18n gravatar plugins widgets_tag %} {% block title %}Atualizar perfil - SPB{% endblock %} {% block html %} {% import_widgets 'profile' %} {{ block.super }} {% endblock %} {% block bootstrap_js %} {% if not bootstrap_conflict %} {{block.super}} {% endif %} {% endblock%} {% block jquery_js %} {% if not jquery_conflict %} {{block.super}} {% endif %} {% endblock %} {% block head_js %} {% for widget in widgets_profile %} {{widget.get_header}} {% endfor %} {% endblock %} {% block main-content %}