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