{% 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']|currentTime}} {% else %}Not updated{% endif %} |
| CPE | {{stats['cpeA']}} | {% if stats['cpeU'] is not none %}{{stats['cpeU']|currentTime}} {% else %}Not updated{% endif %} |
| CPE-other | {{stats['cpeOtherA']}} | {% if stats['cpeOtherU'] is not none %}{{stats['cpeOtherU']|currentTime}} {% else %}Not updated{% endif %} |
| Capec | {{stats['capecA']}} | {% if stats['capecU'] is not none %}{{stats['capecU']|currentTime}} {% else %}Not updated{% endif %} |
| d2sec | {{stats['d2secA']}} | {% if stats['d2secU'] is not none %}{{stats['d2secU']|currentTime}} {% else %}Not updated{% endif %} |
| Vendor statements | {{stats['vendorA']}} | {% if stats['vendorU'] is not none %}{{stats['vendorU']|currentTime}} {% else %}Not updated{% endif %} |
| vFeed info | {{stats['vfeedA']}} | {% if stats['vfeedU'] is not none %}{{stats['vfeedU']|currentTime}} {% else %}Not updated{% endif %} |