| Action | Method | Inputs | Matches (Rules) | Form Snippet |
|---|---|---|---|---|
| {% if f.action %} {{ f.action[:80] }}{% if f.action|length > 80 %}…{% endif %} {% else %} (no action) {% endif %} | {{ (f.method or 'get')|upper }} |
{% if f.inputs and f.inputs|length > 0 %}
{% for inp in f.inputs %}
{{ inp.name or '(unnamed)' }} : {{ (inp.type or 'text') }}
{% endfor %}
{% else %}
None
{% endif %}
|
{% if f.rules and f.rules|length > 0 %}
|
{% if f.content_snippet %}
View snippet ({{ f.content_snippet|length }} chars){{ f.content_snippet }}
|
No form issues detected.
{% endif %}