{% extends 'base.html' %} {% load ui_extras%} {% block content %}
| Name | Rules | Enrollments | Machines |
|---|---|---|---|
| {{ configuration.name }} | {{ configuration.rule_count }} | {{ configuration.enrollment_count }} | {{ configuration.machine_count }} |
| Type | Count | Rules |
|---|---|---|
| cdhash | {{ targets.cdhash.count }} | {{ targets.cdhash.rule_count }} |
| Binary | {{ targets.binary.count }} | {{ targets.binary.rule_count }} |
| Certificate | {{ targets.certificate.count }} | {{ targets.certificate.rule_count }} |
| Team ID | {{ targets.teamid.count }} | {{ targets.teamid.rule_count }} |
| Signing ID | {{ targets.signingid.count }} | {{ targets.signingid.rule_count }} |
| Bundle | {{ targets.bundle.count }} | {{ targets.bundle.rule_count }} |
| MetaBundle | {{ targets.metabundle.count }} | {{ targets.metabundle.rule_count }} |