{% extends "base.html" %} {% block title %}{{ "Edit " + contact.name if contact else "New Contact" }}{% endblock %} {% block content %}

{{ "Edit Contact" if contact else "New Contact" }}

{% if contact %}
{% else %} {% endif %}
{% if all_needs %}
{% for need in all_needs %} {% endfor %}
{% endif %}
{% if contact %} Cancel {% else %} Cancel {% endif %}
{% endblock %}