{% extends "base.html" %} {% load static %} {% block add_css %} {{ block.super }} {% endblock add_css %} {% block content %} {{ block.super }} {% if product_tab.tab == "engagements" and destination_label == "Product" %}

Copy {{ source }} in {{ product_tab.product }}

{% else %}

Copy {{ source }} to a new {{ destination_label }}

{% endif %}
{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% endblock content %}