{% extends 'layouts/base.html' %} {% set active_menu = 'synchronization' %} {% set page_title = 'Synchronization Blacklist' %} {% block breadcrumbs %} {% endblock %} {% block body_header %}

Packages Prevented From Synchronization

{% endblock %} {% block body %} {% if not entries %}

Any package is permitted to enter the destination suite.

{% else %} {% for entry in entries %} {% endfor %}
Package Reason Date
{{entry.pkgname}} {{entry.reason}} {{ entry.time_created.strftime('%Y-%m-%d %H:%M %z') if entry.time_created else 'Unknown' }}
{% endif %} {% endblock %}