{% extends 'base.html' %} {% load i18n static custom_filters crispy_forms_filters %} {% block title %} {% trans 'Profile' %} {% endblock %} {% block content %}
{{staff.user.groups.name}}
{% trans 'Joined' %} {{ staff.created|timesince }} {% trans 'ago' %}
{{ staff.address }}