{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% 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 %}
| {% trans 'Select' %} | {% trans 'Feature' %} | {% trans 'Eligibility' %} | {% trans 'Manual' %} | {% trans 'Enablement' %} |
|---|---|---|---|---|
| {% trans 'Pending…' %} | {{ feature.display }} | {% trans 'Pending…' %} | {% trans 'Pending…' %} | {% trans 'Pending…' %} |