{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans 'Discover node features' %}

{% trans 'Check feature eligibility, choose what to apply, then run batch detection for the selected features.' %}

{% blocktrans with count=features|length %}Preparing eligibility checks for {{ count }} feature(s)...{% endblocktrans %}

{% for feature in features %} {% endfor %}
{% trans 'Select' %} {% trans 'Feature' %} {% trans 'Eligibility' %} {% trans 'Manual' %} {% trans 'Enablement' %}
{% trans 'Pending…' %} {{ feature.display }} {% trans 'Pending…' %} {% trans 'Pending…' %} {% trans 'Pending…' %}

{% trans 'Discovery report' %}

{% trans 'Back to node features' %}

{% endblock %}