{% load perms %} {% load helpers %} {% if perms.dcim.contact_association %} {% if object.contact_name or object.contact_phone or object.contact_email %} {% with request.path|add:"?tab=contacts"|urlencode as return_url %}
Convert to contact/team record
{% endwith %} {% endif %} {% endif %}