{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% trans 'Checking eligibility and enabling available features for the local node.' %}
{% blocktrans with count=features|length %}Preparing to discover {{ count }} feature(s)...{% endblocktrans %}
| {% trans 'Feature' %} | {% trans 'Eligibility' %} | {% trans 'Manual' %} | {% trans 'Enablement' %} |
|---|---|---|---|
| {{ feature.display }} | {% trans 'Pending…' %} | {% trans 'Pending…' %} | {% trans 'Pending…' %} |