{% extends "base.html" %} {% load i18n %} {% load static %} {% load permissions %} {% block title %} {% trans 'Enhydris - Station' %} - {%if station %}{{ station.name }} {% endif %} {% endblock %} {% block extracss %} {% endblock %} {% block extrajs %} {% endblock %} {% block content %}
{% trans 'Station (Gentity) Alternative Codes' %} | {% if station.gentityaltcode_set.count %}
More... {% endif %} |
{% else %}
{% trans "No data available" %} | {% endif %}||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% trans 'Station (Gentity) Files' %} | {% if station.gentityfile_set.count %}
More... {% endif %} |
{% else %}
{% trans "No data available" %} | {% endif %}||||||||||||||||||||||
{% trans 'Station (Gentity) Generic data' %} | {% if station.gentitygenericdata_set.count %}
More... {% endif %} |
{% else %}
{% trans "No data available" %} | {% endif %}||||||||||||||||||||||
{% trans 'Station (Gentity) Events' %} | {% if station.gentityevent_set.count %}
More... {% endif %} |
{% else %}
{% trans "No data available" %} | {% endif %}||||||||||||||||||||||
{% trans 'Instruments' %} | {% if station.instrument_set.count %}
More... {% endif %} |
{% else %}
{% trans "No data available" %} | {% endif %}||||||||||||||||||||||
{% trans 'Timeseries' %} | {% if station.timeseries.count %}
More... {% endif %} |
{% else %}
{% trans "No data available" %} | {% endif %}
{% trans "Station " %}"{{station.name}}", {% trans "Copyright (c) " %}{{ station.copyright_years }}, {{ station.copyright_holder }}.
{% endif %} {% endif %} {% endblock %}