{% extends "gstbillingapp/base.html" %} {% load static %} {% block content %}

Profile

Business Name: {{user_profile.business_title}}
Address: {{user_profile.business_address}}
Email: {{user_profile.business_email}}
Phone: {{user_profile.business_phone}}
GST: {{user_profile.business_gst}}
{% endblock %}