Created
September 15, 2017 14:38
-
-
Save dlyapun/df5d9eef094b33a0ed22be44aea3a2e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table border="1" cellspacing="0" cellpadding="2"> | |
<tbody> | |
<tr> | |
<td valign="top" align="left" nowrap=""> | |
<table width="570" border="0" cellpadding="5" cellspacing="0"> | |
<tbody> | |
<tr> | |
<td width="410" valign="top" align="left"> | |
<font id="copyreviews" face="Arial, Helvetica, sans-serif" size="2" color="#FF6600"> | |
<a target="_blank" href="{{ domain }}/{{ dentist.get_slug }}"> | |
<b>Review of Dr. {{ review.dentist_object.first_name }} {{ review.dentist_object.last_name }} - {{ review.dentist_object.specialty }}, {{ review.dentist_object.city }}, {{ review.dentist_object.state }}</b> | |
</a> | |
</font><br> | |
<font id="copy2" face="Arial, Helvetica, sans-serif" size="2"> | |
from IP <b>{{ review.ip_address }}</b><br> | |
<a href="http://whois.arin.net/rest/ip/{{ review.ip_address }}">Whois {{ review.get_lookup_by_ip }}</a><br> | |
</font> | |
<font id="user_agent" face="Arial, Helvetica, sans-serif" size="2"> | |
{% if user_agent %} | |
{{ user_agent }}<br> | |
{% elif review and review.user_agent %} | |
{{ review.user_agent }}<br> | |
{% endif %} | |
</font> | |
<font id="copyheader9">I know this doctor: <strong>{{review.duration}}</strong></font><br> | |
<font id="copyreviews" face="Arial, Helvetica, sans-serif" size="2" color="#FF6600"> | |
<p>{{ review.review }}</p> | |
{% if review.hygiene_rating %} | |
<p><strong>Hygiene rating:</strong>{{ review.hygiene_rating }}</p> | |
{% endif %} | |
{% if review.hegiene_review.hygiene_rating %} | |
<p><strong>Hygiene review rating:</strong> {{ review.hegiene_review.hygiene_rating }}</p> | |
{% endif %} | |
{% if review.hygiene_review %} | |
<p><strong>About Hygienist:</strong> {{ review.hygiene_review }}</p> | |
{% endif %} | |
{% if review.front_desk_review %} | |
<p><strong>Front Desk:</strong> {{ review.front_desk_review }}</p> | |
{% endif %} | |
{% if review.hegiene_review.front_desk_rating %} | |
<p><strong>Front desk:</strong> {{ review.hegiene_review.front_desk_rating }} </p> | |
{% endif %} | |
{% if review.front_desk_review%} | |
<p><strong>About Front desk:</strong>{{ review.front_desk_review }}</p> | |
{% endif %} | |
<br> | |
</font> | |
</td> | |
<td width="160" valign="top" align="left"> | |
<font id="copy2" face="Arial, Helvetica, sans-serif" size="2"> | |
<b>Posted:</b> {{ review.review_date }}</font><br> | |
<div class=""> | |
<div>Facilities: | |
<img src="{{ domain }}/static/img/rating/{{ review.get_facilities }}.png" alt="Rating" style="height: 17px;"> | |
</div> | |
<div>Service: | |
<img src="{{ domain }}/static/img/rating/{{ review.get_service }}.png" alt="Rating" style="height: 17px;"> | |
</div> | |
<div>Painless: | |
<img src="{{ domain }}/static/img/rating/{{ review.get_painless }}.png" alt="Rating" style="height: 17px;"> | |
</div> | |
<div>Results: | |
<img src="{{ domain }}/static/img/rating/{{ review.get_result_rating }}.png" alt="Rating" style="height: 17px;"> | |
</div> | |
<div>Cost: | |
<img src="{{ domain }}/static/img/rating/{{ review.get_cost }}.png" alt="Rating" style="height: 17px;"> | |
</div> | |
</div> | |
</td> | |
</tr> | |
<tr> | |
<td> | |
<table align="center"> | |
<tbody> | |
<tr> | |
<td colspan="2"> | |
<font id="copyreviews" face="Arial, Helvetica, sans-serif" size="2" color="#FF6600"> | |
<a href="{{ domain }}/{{ dentist.get_slug }}" style="color: #FF6600;text-decoration:none; font-size: 14px; "> View dentist review</a> | |
</font> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment