{% extends "manage/base.html" %} {% block page_title %}{{ super() }} - Super Search Missing Fields{% endblock %} {% block admin_title %}{{ super() }} - Super Search Missing Fields{% endblock %} {% block site_css %} {{ super() }} {% endblock %} {% block mainbody %}

Missing Super Search Fields

This is a list of fields that are missing from the master list of Super Search fields. This is computed by taking a list of all fields that exist in the mappings of the last 3 weeks, then comparing that list to the list of known fields.

{% for field in missing_fields %} {% else %} No fields are missing at the moment. {% endfor %}
Field Options
{{ field }} Create this field
{% endblock %}