Any package is permitted to enter the destination suite.
{% extends 'layouts/base.html' %} {% set active_menu = 'synchronization' %} {% set page_title = 'Synchronization Blacklist' %} {% block breadcrumbs %} {% endblock %} {% block body_header %}
| Package | Reason | Date |
|---|---|---|
| {{entry.pkgname}} | {{entry.reason}} | {{ entry.time_created.strftime('%Y-%m-%d %H:%M %z') if entry.time_created else 'Unknown' }} |