{% extends "mashup_home.html" %} {% load static %} {% load i18n %} {% load analytics %} {% load thumbnail %} {% block title %}Profil de '{{username}}'{% endblock %} {% block css_page %} {% endblock %} {% block wrap_header %}
{% include 'partial/mashup_popin_user.html' %} {% include 'partial/hashcut_logo.html' %}

Profil » {{username}}

{% include 'partial/hashcut_social.html' %}
{% endblock %} {% block content %}
{% for m in mashups %} {% endfor %}
{% endblock %} {% block js_import %} {{block.super}} {% endblock %}