{% extends "reports/base_report.html" %} {% block title %} {{ user.user_name }} activity report {% endblock %} {% block head %} {% endblock %} {% block body %}

{{ user.user_name }} activity report

Contribution summary

{% if activity %} {{ show_activity_log(activity, false) }} {% endif %} {% endblock %}