{% comment %} HTMX fragment showing LLM suggestion and form to accept/apply it. {% endcomment %}
{% if error %}
Error contacting LLM: {{ error }}
{% else %}

Import suggestions for {{ card.name }}

FieldSuggested
Speed (km/h)
Weight (kg)
Height (m)
Intelligence (1-5 or 0-100)
Facts
{% if suggestion.sources %}
Sources:
{% endif %}
{% endif %}