{% extends 'main/base.html' %} {% load static %} {% load i18n %} {% block title %}MyTripMed - Add your Clinic{% endblock title %} {% block body %}

{% trans "Add your Clinic" %}

{% trans "Add your clinic by filling the form." %}
{% trans "We will review the details and add your clinic" %}
{% csrf_token %}
{% trans "Clinic Details" %}
{% endblock body %}