[gst] adde reports + docs
diff --git a/erpnext/regional/india/address_template.html b/erpnext/regional/india/address_template.html
new file mode 100644
index 0000000..706c7a4
--- /dev/null
+++ b/erpnext/regional/india/address_template.html
@@ -0,0 +1,8 @@
+{{ address_line1 }}<br>{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}{{ city }}<br>
+{% if state %}{{ state }}<br>{% endif -%}
+{% if pincode %}{{ pincode }}<br>{% endif -%}
+{{ country }}<br>
+{% if gstin %}GSTIN: {{ gstin }}<br>{% endif -%}
+{% if phone %}Phone: {{ phone }}<br>{% endif -%}
+{% if fax %}Fax: {{ fax }}<br>{% endif -%}
+{% if email_id %}Email: {{ email_id }}<br>{% endif -%}
\ No newline at end of file