{% extends 'dashboard/me.html' %} {% load static i18n %} {% block head_title %}{% trans "Partner Information" %}{% endblock%} {% block header %}{% endblock header %} {% block profile_content %} {% trans "Partner Information" %} {% trans "Please provide your valid partner profile, This information will appear in several documents ex: Invoice and Bill." %} {% trans "Contacts and Addresses" %} {% for address in object.addresses.all %} {{ address.get_address_type_display }}: {{ address.name|title }} {{ address.text_line_1 }} {{ address.text_line_2 }} {% if address.phone %} {{ address.phone }} {% endif %} {% empty %} {% trans "Your address not set. please add your primary address." %} {% include 'dashboard/me_partner_address_form.html' %} {% endfor %} {% trans "Add New" %} {% trans "Make Primary" %} {% trans "Update" %} {% trans "Delete" %} {% endblock %}
{% trans "Please provide your valid partner profile, This information will appear in several documents ex: Invoice and Bill." %}