{% extends "sanza/_section.html" %} {% load i18n thumbnail %}{% load url from future %} {% block column_section_data %}
{% spaceless %}
{{entity.name}}   {% if entity.relationship_date %} {{entity.relationship_date}} {% endif %} {% trans "UPD" %}: {{entity.modified|date:"d/m/Y"}} {% if entity.type %} {{entity.type}} {% endif %} {% if entity.notes %} {% endif %}

{{entity.description}}
{% endspaceless %}
{% if entity.get_display_address %}{{entity.get_display_address}}{% endif %}

{% if entity.website %}{{entity.website}}{% endif %} {% if entity.email %}{{entity.email}}{% endif %} {% if entity.phone %}{{entity.phone}}{% endif %} {% if entity.fax %}{{entity.fax}}{% endif %} {% endblock %} {% block section_action %} {% trans "Edit" %} {% trans "Delete" %} {% endblock %}