{% extends "base.html" %} {% load comments %} {% load i18n %} {% load place_extras %} {% block head_title%}{{place.name}}. {% trans place.category.str2trans %} - {% trans "Ararteko maps" %}{% endblock %} {% block extraheader %} {% endblock %} {% block breadcrumb %} {% endblock %} {% block mainmenu %} {% endblock %} {% block main_content %}
{% trans place.category.str2trans %}

{{place.name}}

{% if request.user.is_staff %} Modificar este lugar {% endif %}

{% trans place.category.str2trans %}

{% for key,value,vkey,vvalue in place.access_list %}
{{ vkey }}:
{{ vvalue }}
{% endfor %}
{% if def_images %} {% for image in def_images %} {{image.name}} ({{image.user}}) {% endfor %} {% endif %}
{{place.address1}} {% if place.address2 %}
{{place.address2}}{% endif %}
{{place.postalcode}}-{% if place.locality %}{{place.locality}}{% endif %} {{place.city}} ({{place.city.parent}}) {% if place.tlf %}
{{place.tlf}}{% endif %} {% if place.fax %}
{{place.fax}}{% endif %} {% if place.url %}
{% trans "Website" %}{% endif %}

{{place.description}}

{% trans "Accessibility" %}

{% for key,value,vkey,vvalue in place.access_list %} {% ifnotequal value 'access_s' %}
{{vkey}}
{{vvalue}}
{% endifnotequal %} {% endfor %}
{% if place.access_data.description %}

{{place.access_data.description}}

{% endif %} {% if place.access_data.fileurl %}

{% trans "detailed file" %} (PDF)

{% endif %}
{% if place.biblio_data.btype %}

{% trans "Library" %}

{% trans "btype" %}
{% trans place.biblio_data.btype %}
{% trans "start_year" %}
{{ place.biblio_data.start_year }}
{% trans "institution" %}
{{place.biblio_data.institution}} ({% trans place.biblio_data.institution_type %})
{% trans "open_times" %}
{{place.biblio_data.open_times}}
{% trans "access_type" %}
{% trans place.biblio_data.access_type %}
{% trans "center_type" %}
{% trans place.biblio_data.center_type %}
{% trans "topics" %}
{% for topic in place.biblio_data.topics.all %} {% trans topic.name %} {% endfor %}
{% trans "services" %}
{% for service in place.biblio_data.services.all %} {% trans service.name %}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %}

{% trans "data_source" %}: {% trans place.source %}

Twittear

{% trans "User Images" %}

{% for box in users %}
{% if box.user.get_profile.get_photo %} {{ box.user.get_profile.get_fullname }} {% endif %}

{{box.user.get_full_name}}

{% for image in box.images %}
{{image.name}} ({{image.user}})
{% endfor %}
{% endfor %} {% trans "Add a photo" %}

{% trans "Comments" %}

{% include "comments.html" %} {% get_comment_list for place as comment_list %} {% for comment in comment_list %}
{% if comment.user.get_profile.get_photo %} {{ comment.user.get_profile.get_fullname }} {% endif %}

{{comment.user_name}}

{{comment.comment}}

{{comment.submit_date}}

{% endfor %}
{% trans "Map" %}

{% trans "Nearest places" %}

{% endblock main_content %}