{{ 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 %} {% if field.from_check %} {% if row.check and row.check.ok and row.check.projects %} {% elif row.config.get(field.key) %} {{ field.label }}: {{ row.config.get(field.key) }} {% endif %} {% else %} {% endif %} {% endfor %} {% if row.info.check_ref %} {% endif %}
{% if row.check %}
{{ row.check.message }}{% if row.check.ok and row.check.projects %} Choose a project and press Save config.{% endif %}
{% endif %} {% endif %}