{% extends template_base %} {% load i18n %} {% block extra_title %}{{ contact.fullname }}{% endblock %} {% block document_content %} {% include "Crm/_section_contact_info.html" %} {% if not preview %} {% include "Crm/_section_same_as.html" %} {% include "Crm/_section_actions_by_set.html" %} {% endif %} {% endblock %}