{% extends "app/app_base.html" %} {% block content %} {% if object.honorific_prefix %} {% endif %} {% if object.organization %} {% endif %} {% if object.telephone %} {% endif %} {% if object.email_address %} {% endif %} {% if object.box %} {% endif %} {% if object.extended %} {% endif %} {% if object.street %} {% endif %} {% if object.city %} {% endif %} {% if object.region %} {% endif %} {% if object.code %} {% endif %} {% if object.country %} {% endif %}
Full Name{{ object.full_name }}
Honorific Prefix{{ object.honorific_prefix }}
Organization{{ object.organization }}
Telephone{{ object.telephone }}
Email{{ object.email_address }}
P.O. Box{{ object.box }}
Extended Address{{ object.extended }}
Street Address{{ object.street }}
City{{ object.city }}
Region{{ object.region }}
Postal Code{{ object.code }}
Country{{ object.country }}
{% block action %} {# the roarequest_confirm_delete template will override this section #} Edit Delete {% endblock action %} {% endblock content %}