{% block contact %}
    {% if property|default %}
        <p>
            <a id="btn-contact" class="btn btn-primary" href="{{ property.contactUrl }}?notitle=1" target="_blank" title="{{ __("Contact the agency", "immotoolbox-connect") }}" onclick="window.open(this.href, 'contact{{ property.id }}', 'height=800,width=600');return false;">
                {{ __("Contact the agency", "immotoolbox-connect") }}
            </a>
        </p>
    {% elseif agency|default %}
        <iframe src="{{ agency.contactUrl }}?notitle=1&nointro=1&"
                style="border: none;width: 100%;height: 1200px;" frameborder="0"></iframe>
    {% endif %}
{% endblock %}