{% extends "templates/web.html" %} {% block title %}Update GSTIN{% endblock %} {% block header %}

Update GSTIN

{% endblock %} {% block page_content %}

{{ party_name }}

{% if not_found %}

Company Not Found

If this problem persists, please contact the company.

{% elif invalid_gstin %}

Invalid GSTIN

Edit Again

{% elif updated %}

GSTIN Updated

Edit Again

{% else %}

Please update your GSTIN for us to issue correct tax invoice

{% for address in party.get_onload('addr_list') %}
{{ address.display }}

{% endfor %}

{% endif %} {% endblock %}