{% extends '../template.html' %} {% block content %} {% load static %}

Link {{ destination }} to Quote {{ quote_results.quote_id }}

{% if destination == 'organisation' %} {% for row in link_results %} {% endfor %}
Organisation Name
{{ row.organisation_name }}
{% else %} {% for row in link_results %} {% endfor %}
Customer Name Customer Organisation
{{ row.customer_first_name }} {{ row.customer_last_name }} {{ row.organisation_id }}
{% endif %} Cancel
{% endblock %}