{% trans "Built-in Sigil Roots" %}
-
{% for root in builtin_roots %}
- [{{ root.prefix }}] – {% if root.url %}{{ root.label }}{% else %}{{ root.label }}{% endif %} {% endfor %}
| {% trans "Prefixes" %} | {% trans "Model" %} | {% trans "Fields" %} |
|---|---|---|
| {% for prefix in root.prefixes %}[{{ prefix }}]{% if not forloop.last %}, {% endif %}{% endfor %} | {{ root.model }} | {% for field in root.fields %}{{ field }}{% if not forloop.last %}, {% endif %}{% endfor %} |
| {% trans "No Sigil Roots." %} | ||
{% trans "Auto-resolvable Fields" %}
| {% trans "Model" %} | {% trans "Root" %} | {% trans "Field" %} |
|---|---|---|
| {{ item.model }} | {% for root in item.roots %}[{{ root }}]{% if not forloop.last %}, {% endif %}{% endfor %} | {{ item.field }} |
| {% trans "No auto-resolvable fields." %} | ||