{% extends 'warp_base.html' %} {% load staticfiles %} {% load l10n %} {% comment %} {% endcomment %} {% block custom_style_link %}{% endblock %} {% block custom_style_inline %} .glyphicon-none:before { content: "\2122"; color: transparent !important; } .ops:hover {cursor: pointer; cursor: hand; color:blue} .ops:hover {cursor: pointer; cursor: hand; color:blue} {% endblock %} {% block custom_js %} {% endblock %} {% block onload %}{% endblock %} {% block titolo %}DATASETS {% if source %}{{source.fileName}}{% endif %}{% endblock %} {% block menu %}{% endblock %} {% block contenuto %}
# | Name | EPSG code | extents left/bottom/right/top | |
---|---|---|---|---|
{% if item.name != "__TRASH" %}{{item.pk}}{% endif %} | {{item.name}} | {% if item.name != "__TRASH" %}{{item.epsg}}{% endif %} | {% if item.name != "__TRASH" %}{% localize off %}{{item.extentLeft}}/{{item.extentBottom}}/{{item.extentRight}}/{{item.extentTop}}{% endlocalize %}{% endif %} | {% if item.name == "__TRASH" %} {% else %} {% if item.pk in removable %} {% else %} {% endif %} {% endif %} |