{% extends "sanza/_section.html" %} {% load i18n sanza_utils %}{% load url from future %} {% block column_section_data %}
{{opportunity.name}}   {% if opportunity.type %}{{opportunity.type}}{% endif %} {% if opportunity.status %}{{opportunity.status}}{% endif %}
{{opportunity.detail|linebreaksbr}}
{% endblock %} {% block section_action %} {% trans "Edit" %} {% trans "View contacts" %} {% endblock %}