diff --git a/.gitignore b/.gitignore index 883be735..1ab80e5d 100755 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,7 @@ writable/debugbar/* writable/**/*.db writable/**/*.sqlite -writable/e_card_template/* +# writable/e_card_template/* # !writable/e_card_template/.gitkeep writable/tmp/* diff --git a/writable/e_card_template/common.html b/writable/e_card_template/common.html new file mode 100644 index 00000000..b9c67d95 --- /dev/null +++ b/writable/e_card_template/common.html @@ -0,0 +1,91 @@ + + + + + + +
+ +
+
+ + + + + + + + + + + +
Name:{NAME}
Gender:{GENDER}
D.O.B:{DOB}
Relationship:{RELATION}
Policy No:{POLICY_NO}
TPA/UHID:{TPA_ID}
Policy Start:{POLICY_START_DATE}
Policy End:{POLICY_DATE}
Insurer:{INSURER_NAME}
TPA:{TPA_NAME}
+
+
+ + +
+
+
+ For support, Please contact us:
+ {LEVELS} +
+ +
+ For cashless claims:
+ Share a valid ID with this E-card at the Hospital Insurance Desk. +
+ +
+
+
+ + diff --git a/writable/e_card_template/common_1.html b/writable/e_card_template/common_1.html new file mode 100644 index 00000000..9acb68cd --- /dev/null +++ b/writable/e_card_template/common_1.html @@ -0,0 +1,149 @@ + + + + + + +
+
+
+
+
+ Name + : +
+
{NAME}
+
+
+
+ Gender + : +
+
{GENDER}
+
+
+
+ D.O.B + : +
+
{DOB}
+
+
+
+ Relationship + : +
+
{RELATION}
+
+
+
+ Policy No + : +
+
{POLICY_NO}
+
+
+
+ TPA/UHID + : +
+
{TPA_ID}
+
+
+
+ Policy Start Date + : +
+
{POLICY_START_DATE}
+
+
+
+ Policy End Date + : +
+
{POLICY_DATE}
+
+
+
+ Insurer + : +
+
{INSURER_NAME}
+
+
+
+ TPA + : +
+
{TPA_NAME}
+
+
+
+ +
+
+
+ For support, Please contact us:
+ {LEVELS} +
+ +
+ For cashless claims:
+ Share a valid ID with this E-card at the Hospital Insurance Desk.


+
+
+
+
+ +