{% extends 'main/base.html' %}
{% load static %}
{% load i18n %}
{% block title %}{{ clinic_data.name }} {% trans "in" %} {{ clinic_data.country }}{% endblock title %}
{% block description %}
{{ clinic_data.name }} {% trans "in" %} {{ clinic_data.city }}, {{ clinic_data.country }}, {% trans "offers a wide range of medical treatments" %},
{% for random_treatment in random_treatments %}
{{ random_treatment }}
{% endfor %}
{% endblock description %}
{% block body %}
{% trans "Average Rating" %} {% trans "Given" %} {% trans "Available" %}{{clinic_data.name}}
{{clinic_data.city}}, {{clinic_data.country}}
{{clinic_data.get_avg_rating}}
{{clinic_data.count_reviews}} {% trans "Review(s)" %}
{{clinic_data.count_doctors}} {% trans "Doctor(s)" %}
{{clinic_data.description}}
{{clinic_data.about}}
{{doctor.description}}
{{review.created}}
{{review.avg_review_rating}} {% trans "stars" %}
{{review.review}}
{% trans "Read real reviews from real patients of" %} {{clinic_data.name}}, {% trans "in" %} {{clinic_data.city}}, {{clinic_data.country.name}}. {{clinic_data.name}} {% trans "has achieved a star rating of" %} {{clinic_data.get_avg_rating}} {% trans "based on" %} {{clinic_data.count_reviews}} {% trans "reviews" %}.
{% trans "If you are a past patient of" %} {{clinic_data.name}} {% trans "please click the 'write review' button to provide your review for others to read. Writing a review will only take 2 minutes to complete" %}.
{% trans "If you have any other questions, you can" %} {% trans "contact us" %} {% trans "free of charge" %}