{% extends "base.html" %} {% load static i18n crispy_forms_tags %} {% block title %}Update {{ person.get_full_name }} - {{ block.super }}{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{{ person.email }}
{% endif %} {% trans "Created" %}: {{ person.created_at|date:"d M Y" }} • {% trans "Last Updated" %}: {{ person.updated_at|date:"d M Y" }}{{ error }}
{% endfor %}