{% extends "social/base.html" %} {% from "social/macros.html" import m_box %} {% block content %} {% call m_box(_("User directory")) %}
{# {% endfor %} #}
Nom Inscription Dernière activité
Loading data...
{{ user.created_at|age }} {{ user.last_active|age }} {% if user != g.user %} {% if not g.user.is_following(user) %} {% else %} {% endif %} {% endif %}
Nom Inscription Dernière activité
{%- deferJS %} {%- enddeferJS %}
{% endcall %} {% endblock %}