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

{{instance.name}}

{% if instance.description %}

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