{% 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 %}