{% from 'message_box.html' import message_box %} {% macro add_agent_link(name, backend, standalone=false) %} {% if standalone %} {% trans backend=backend.title %}Add {{ backend }} agent{% endtrans %} {% else %} {{ backend.title }} {% endif %} {% endmacro %}
{% trans -%}
You still need to run the initial export for some agents by executing the commands below in a shell.
Please note that this may take a very long time if there are many events in Indico!
{%- endtrans %}
{%- filter dedent %}
{%- for agent in missing_initial_export -%}
indico livesync initial_export {{ agent.id }}
{% endfor -%}
{% endfilter -%}
{% endif %}