{% extends "layout.html" %} {% block content %}

~/{{ user.login }}

{{ user.login }} {{ _('is a member since') }} {{ user.created_at | datetimeformat('%c') }} {{ _('and is the creator of the following object(s):') }}

{{ pagination.info }}
{{ pagination.links }}
{% endblock %}