{% extends "bpi_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/bpi_mashup_popin_user.html' %} {% include 'partial/bpi_hashcut_logo.html' %}
{% endblock %} {% block content %}

Hashcuts de {{username}}

{% for m in mashups %} {% endfor %}
{% endblock %}