{% extends 'baseAdmins.html.twig' %} {% block stylesheets %} {% endblock %} {% block menu %}
DEVICES LIST {# PUSH UPDATE#} {# PULL STATISTIC#} RETOUR {# Se deconneter #}
{% endblock %} {% block body %}

Sychronisation list

{% for role in app.user.roles %} {% if role == 'ROLE_ADMIN' %} {% endif %} {% endfor %} {# #} {# #} {# #} {# #} {% for sync in syncs %} {# #} {# #} {% for role in app.user.roles %} {% if role == 'ROLE_ADMIN' %} {% endif %} {% endfor %} {# #} {# #} {# #} {# #} {% endfor %}
Id identifiant sync_exposant sync_conf active version step step lock date Count Devices Delta images MessageDescriptionVchlogoItypeActions
{{ sync.id }} {{ sync.identifiant }} {{ sync.syncexposant }}{% if device.date %}{{ device.date|date('Y-m-d H:i:s') }}{% endif %}{{ sync.syncconf }} {% if sync.active %} {% else %} {% endif %}{{ sync.active }} {{ sync.version }} {{ sync.step }} {{ sync.steplock }} {{ sync.date |date('d-m-Y H:i:s') }} {{ devices[sync.id] }} {% if sync.version is same as(last_version) %} {% else %} {% endif %}{% for img in sync.deltaImg %}{{ img }}, {% endfor %} {{ sync.message | raw }}{{ tAtelier.description }}{{ tAtelier.vchLogo }}{{ tAtelier.iType }}#} {#
    #} {#
  • #} {# show#} {#
  • #} {#
  • #} {# edit#} {#
  • #} {#
#} {#
{#
{% endblock %}