{% extends "base.html" %} {% load comments %} {% load i18n %} {% load place_extras %} {% block head_title%}{{place.name}} {{ place.category }}, {% trans "Accessibility" %} - {% 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 %}

{{place.category}}

{% 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 %}
{% endif %}

{{place.description|default_if_none:""|safe}}

{% trans "Accessibility" %}

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

{{place.adescription|linebreaks}}

{% endif %} {% if place.afileurl %}

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

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

{% trans "Library" %}

{% comment %}
{% trans "btype" %}
{% trans place.biblio_data.btype %}
{% endcomment %} {% ifnotequal place.biblio_data.start_year 0 %}
{% trans "start_year" %}
{{ place.biblio_data.start_year}}
{% endifnotequal %} {% comment %}
{% trans "institution" %}
{{place.biblio_data.institution}} ({% trans place.biblio_data.institution_type %})
{% endcomment %} {% if place.biblio_data.open_times.strip %}
{% trans "open_times" %}
{{place.biblio_data.open_times}}
{% endif %} {% comment %}
{% 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 %}
{% endcomment %} {% if place.biblio_data.services.all %}
{% trans "services" %}
{% for service in place.biblio_data.services.all %} {% trans service.name %}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %}
{% endif %}

{% if place.source %} {% trans "data_source" %}: {% ifequal place.source "nombre" %} {{place.name}} {% else %} {% trans place.source %} {% endifequal %} {% endif %} {% if place.modified_date %}
{% trans "modified_date" %}: {{place.modified_date|date:"Y-m-d"}} {% endif %}

Twittear

{% trans "Comments" %}

{% include "mycomment/list.html" %} {% if user.is_authenticated %}
{% csrf_token %} {{form.as_p}}
{% else %}

{% trans "Sign in" %}{% trans " to write a comment." %}

{% endif %}
{% trans "Map" %}
{% endblock main_content %}