{% extends 'base.html' %} {% block body %}

{{ attorney.first_name }} {{ attorney.last_name }}

{% if attorney.phone %}

{{ attorney.phone_formatted }}

{% endif %} {% if attorney.email %}

{{ attorney.email }}

{% endif %} {% if attorney.website %}

{{ attorney.website }}

{% endif %}

{{ attorney.first_name }} {{ attorney.last_name }}

{{ attorney.biography | safe }}

{% endblock %}