{{ row.info.name }} {{ row.info.direction }}
{{ row.info.description }}
{% if not row.available %}
Not installed — pip install 'metaseed[{{ row.info.extra }}]'
{% elif row.enabled and row.info.action_path %}
Open “{{ row.info.name }}” →
{% endif %}
{% if row.available %} {% else %} {% endif %}
{% if row.available and row.enabled and row.info.config_fields %}
{% for field in row.info.config_fields %} {% endfor %}
{% endif %}