{% extends "base.html" %}
{% block title %}
{{ user.username }}
{% endblock %}
{% block content %}
{{ user.display_name }}
{% if user.username != user.display_name %}
({{ user.username }})
{% endif %}
{{ medal.description }}
{{ medal.description }}
{{ _("This user is also a maintainer of the following packages") }}
{{ render_pkggrid(maintained_packages) }} {% endif %}