{% load i18n %}

{% trans 'General information about the node' %}                                  

{% if node.description %} {% endif %} {% if node.owner %} {% endif %} {% if node.postal_code %} {% endif %} {% if node.alt %} {% endif %}
{% trans 'Name' %}:{{ node.name }}
{% trans 'Description' %}:{{ node.description }}
{% trans 'In charge' %}:{{ node.owner }}
{% trans 'Postal code' %}:{{ node.postal_code }}
{% trans 'Latitude' %}:{{ node.lat }}
{% trans 'Longitude' %}:{{ node.lng }}
{% trans 'Altitude' %}:{{ node.alt }} {% trans 'metres' %}
{% trans 'Contact' %} {% trans 'Permalink' %} {% trans 'Edit node' %}

{% trans 'Distance calculation' %}

{% blocktrans with node=node.name %}Calculate the distance between "{{ node }}" and another node of your choice.{% endblocktrans %}

{% trans 'Search node' %}:
{% trans 'Select node' %}: {% load jslugify %}
{% if node.status != 'p' %}
{% endif %}