{% extends "iri_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/iri_mashup_popin_user.html' %} {% include 'partial/iri_hashcut_logo.html' %}

Profil » {{username}}

Copier
{% endblock %} {% block content %}
{% for m in mashups %} {% endfor %}
{% endblock %} {% block js_import %} {{block.super}} {% endblock %}