{%for fieldName in fieldNames%}
  • {{fieldName}}
  • {%endfor%}
{%if keyFieldsSupported %}
    {%if this.options.get("keyFields") is not none%} {%for fieldName in this.options.get("keyFields").split(",")%}
  • {{fieldName}}
  • {%endfor%} {%endif%}
{%endif%} {%if keyFieldsSupported %}
    {%else%}
      {%endif%} {%if this.options.get("valueFields") is not none%} {%for fieldName in this.options.get("valueFields").split(",")%}
    • {{fieldName}}
    • {%endfor%} {%endif%}
{%block aggField%} {%if aggregationSupported %}
{%endif%} {%endblock%}
{%if legendSupported %}
{%endif%} {%block customFormFields%}{%endblock%}