{% extends "base.html" %} {% load static %} {% load widget_tweaks %} {% block content %}
{{ render_field.errors }}
{% if event_details == 1 %}
{% if gstin != '000000000000000' %} {% endif %}
Registration Type {{ ticket_type }}
Attendee Type {{ attendee_type }}
Name {{ first_name }} {{ last_name }}
Email {{ email }}
Phone number {{ phone_number }}
Address {{ full_address }}
City {{ city }}
State {{ state }}
Pincode {{ pincode }}
Institute/ Organization/ Company {{ institute }}
GST No. {{ gstin }}
Willing to attend a job fair {{ job_fair }}
T shirt (addons Rs 350 + GST) {{ tshirt }}
Total amount {{ amount }}
  
{% else %} please click to book your ticket {% endif %}
{% endblock %}