<div class="modal bd-example-modal-lg element-share-modal" id="neighborhoodShareModal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document" >
<div class="modal-header modal-lg">
<button type="button" class="close-absolute" data-dismiss="modal" aria-label="Close">
<span>x</span>
</button>
<span class="modal-title model-header-title">
{{ 'neighborhoods.share_neighborhoods'|trans({'%location%': location.title |trans}) }}
</span>
</div>
<div class="modal-content modal-lg">
<div class="modal-body">
{% include '@AqarmapListingBundle/Listing/elementShareContent.html.twig' with {'url': app.request.uri} %}
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div>