{% extends 'layouts/master-page' %} {% block title %}Admin page{% endblock %} {% block head %} {% endblock %} {% block content %}
| Collection | #records | Last update |
| CVES | {{stats['cveA']}} | {% if stats['cveU'] is not none %}{{stats['cveU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| CPE | {{stats['cpeA']}} | {% if stats['cpeU'] is not none %}{{stats['cpeU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| CPE-other | {{stats['cpeOtherA']}} | {% if stats['cpeOtherU'] is not none %}{{stats['cpeOtherU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| Capec | {{stats['capecA']}} | {% if stats['capecU'] is not none %}{{stats['capecU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| d2sec | {{stats['d2secA']}} | {% if stats['d2secU'] is not none %}{{stats['d2secU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| Vendor statements | {{stats['vendorA']}} | {% if stats['vendorU'] is not none %}{{stats['vendorU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| Name | UID | Type | State |
| {{plug.name}} | {{plug.uid}} | {{ptype}} | {{plug.loadstate}} |
| Current | |
| New | |
| Repeat |