{# Renders an btn toolbar to quickly call/email or visit the website of a company #} {% macro company(entity) %}
{% if entity.website is not empty %} {% endif %} {% if entity.emailAddress is not empty %} {% endif %} {% if entity.phoneNumber is not empty %} {% endif %} {% if entity.faxNumber is not empty %} {% endif %}
{% endmacro %}