{% extends "base.html" %} {% block body %} {% from 'macros.html' import render_pagination %}
# | {{ _('VCS') }} | {{ _('Project name') }} | {{ _('Mirror') }} | {{ _('Webhook') }} | {{ _('Periodic sync') }} | {{ _('Last sync') }} | {{ _('Created') }} | |
---|---|---|---|---|---|---|---|---|
{{item.id}} | {{item.foreign_vcs_type|format_vcs}} | {{item.project_name}} | {{item.project_mirror}} | {{item.periodic_sync|format_cron_syntax}} | {{item.last_sync|format_datetime}} | {{item.created|format_datetime}} | {% if item.project_id %} {{ _('Trigger sync') }} {% endif %} |