{% extends 'yplaces/base.html' %} {% load i18n %} {% load staticfiles %} {% block title %}{{ title }}{% endblock %} {% block description %}{{ description }}{% endblock %} {% block head %} {% endblock %} {% block body %}

{% trans 'Loading Map' %}

{% trans 'Nearby Places' %}

{% trans 'Drag the marker to find places near its location!' %}

{% trans 'No results found near that location' %}

:(

{% trans 'Top Places' %}

    {% for rating in top_rating %}
  1. {{ rating.place.name }}
  2. {% endfor %}

{% trans 'Latest Reviews' %}

{% endblock %} {% block javascript %} {% endblock %}