{% load i18n %}
{% trans "Field" %} | {% endif %} {% if columns.filter %}{% trans "Select filter" %} | {% endif %} {% if columns.display %}{% trans "Select display" %} | {% endif %} {% if columns.help_text %}{% trans "Help text" %} | {% endif %} {% if columns.advanced_options %}{% trans "Advanced Options" %} | {% endif %}
---|---|---|---|---|
{% trans "Model fields"%}{% with model_fields as fields %} {% include "autoreports/inc.render_fields.html" %} {% endwith %} |
||||
{% trans "Related fields"%}{% with fields_related as fields %} {% include "autoreports/inc.render_fields.html" %} {% endwith %} |
||||
{% trans "Reverse fields"%}{% with objs_related as fields %} {% include "autoreports/inc.render_fields.html" %} {% endwith %} |
||||
{% trans "Functions"%}{% with funcs as fields %} {% include "autoreports/inc.render_fields.html" %} {% endwith %} |