{% load i18n %} {% load humanize %}
User {{ user.username }} "{{ user.display_name }}"
{% if user.is_active %} {% trans "active" %} {% else %} {% trans "not active" %} {% endif %} {% trans "PlatformUser__registration" %}: {{ user.date_joined|naturaltime }}