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

{{instance.name}}

{% if instance.Rest.show_template %} You are seeing this simplified attributes page because a template could not be found for this Feature Class at {{template}}. Create a template or specify a correct path with the show_template Rest configuration property. {% else %} 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}} {% endif %}
See the Feature Class documentation for more information.

{% endblock panel %}