{% load i18n %} {% load bootstrap_icons %} {% load utils_tags %} {% load static %} {% get_company_info as company_info %} {% if company_info %}
{% trans "Contact" %}

{% bs_icon 'envelope' %} {% trans 'E-mail' %}

{% bs_icon 'telephone' %} {{company_info.phone}}

{% bs_icon 'building' %} {{company_info.address_line_1}}
{{company_info.city}}, {{company_info.state}} {{company_info.postal_code}}
{{company_info.country}}

{{company_info.reg_number}}

{% endif %}