{%extends "rolodex/base.html" %} {%load staticfiles%} {%block head%} {%endblock%} {%block content%}
{%if entity == 'org'%}

{{node.orgName}}

{%else%}

{{node.firstName}} {{node.lastName}}

{%endif%} {% if docForm.errors %}

Whoops, there was a mistake...

{% endif %}

Add a document or a link below.

{%if entity == 'org'%}
{%else%} {%endif%} {%csrf_token%} {{docForm.person.as_hidden }} {{docForm.org.as_hidden }}
{%endblock%}