{% extends "base.html" %}
{% block title %}
{{ user.username }}
{% endblock %}
{% block headextra %}
{% endblock %}
{% block scriptextra %}
{% if current_user.is_authenticated %}
{% endif %}
{% endblock %}
{% block content %}
{{ user.display_name }}
{% if user.username != user.display_name %}
({{ user.username }})
{% endif %}
{{ medal.description }}
{{ medal.description }}
{{ collection.short_description }}
{% set collection_packages = collection.packages | limit(4) %} {{ render_pkggrid(collection_packages) }}{{ _("This user is also a maintainer of the following packages") }}
{{ render_pkggrid(maintained_packages) }} {% endif %}