{% extends 'base.html.twig' %} {%block main_content%} {%if processors is defined%} {% if is_granted('ROLE_ADMIN') %}
{%endif%} {%if form_add_processor is defined and is_granted('ROLE_PROCESSOR_CREATOR')%} {{ form(form_add_processor, {'attr': {'id': 'form_add_processor'}}) }} {%endif%} {%if processors|length > 0%}{{'Datasource'|trans}} | {{'Target'|trans}} | |
---|---|---|
{{processor.datasource_name}} | {{processor.target}} |
|