{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Representative Details" %}{% endblock title %} {% block content %}

{{ representative.get_local_name }}

{% trans "Edit" %}
{% csrf_token %}
{% endblock %}