{% extends "kunde/personen_base.html" %}
{% load i18n %}
{% load noris_extra %}
{% block th %}
{% include "kunde/part_personen_th_name.html" %}
{% include "kunde/part_personen_th_email.html" %}
{% include "kunde/part_personen_th_user.html" %}
{% endblock th %}
{% block tr %}
{% include "kunde/part_personen_tr_name.html" %}
{% include "kunde/part_personen_tr_email.html" %}
{% include "kunde/part_personen_tr_user.html" %}
{% endblock tr %}