{% extends "base/base.html" %} {% load crispy_forms_tags %} {% load staticfiles %} {% load gravatar %} {% block css %} {% include "style/sliders.html" %} {% if 'globus' in PLUGINS_ENABLED %} {% endif %} {% endblock %} {% block content %} {% include "messages/message.html" %}

{{ profile.username }}

{% gravatar profile.email 100 %}
{% include "users/_profile_settings.html" %}
{% include "users/_profile_collections.html" %}
{% include "users/_profile_favorites.html" %}
{% include "users/_profile_integrations.html" %}
{% if request.user.username == profile.username %}
{% include "users/_profile_admin.html" %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}