{% extends 'common/panel.html' %} {% block title %}{{instance.name}}{% endblock title %} {% block panel %}

{{instance.name}}

Feature set

{% if instance.feature_set %} {% else %}

No features in this collection yet.

{% endif %}

Description

{% if instance.description %}

{{instance.description}}

{% endif %}

You are seeing this simplified attributes page because a template has not been configured for use with this Feature Class. To replace this page with a more useful one, create a template at {{template}}

See the Feature Class documentation for more information.

{% endblock panel %}