{% extends "base.html" %} {% load i18n %} {% load translations %} {% load url from future %} {% block breadcrumbs %}
  • {{ page_profile.get_user_name }}
  • {% endblock %} {% block content %}

    {{ page_profile.get_user_name }}

    {% if user_projects %}

    {% trans "Projects" %}

    {% endif %}

    {% trans "Activity" %}

    {% with page_profile as profile and page_user as user %} {% include 'user-activity.html' %} {% endwith %}

    {% trans "Activity in last 30 days" %}

    {% trans "Activity in last year" %}

    {% trans "Recent contributions" %}

    {% include "last-changes.html" %} {% endblock %}