{% extends "base.html" %} {% load i18n %} {% load markup %} {% block title %}{% trans "Company" %}{% endblock %} {% block page-title %} {{ company.name }} {% endblock %} {% block sub-navigation %} {% endblock %} {% block content %} {% if company.communication %} {% if company.communication.url %} {% endif %} {% if company.communication.email %} {% endif %} {% if company.communication.phone_landline %} {% endif %} {% if company.communication.phone_mobile %} {% endif %} {% if company.communication.fax %} {% endif %} {% endif %}

{% trans "Contact" %}

{{ company.address.get_addressstring|markdown }}

{% trans "Communication" %}

{{ company.communication.url }}
{{ company.communication.email }}
{{ company.communication.phone_landline }}
{{ company.communication.phone_mobile }}
{{ company.communication.fax }}
{% endblock %}