{% extends 'base.html.twig' %} {% block toolbar %} {% if toolbar is defined %} {% endif %} {% endblock %} {% block title %}Scrapper Configurations{% endblock %} {% block body %}

Scrapper Configurations

{% for contentSource in contentSources %}
{{ contentSource.baseUrl|replace({'http://': '', 'https://': ''})|trim('/', 'right') }}
{{ contentSource.scrapingType }} {{ contentSource.nextPageSelector ? 'Horizontal' : 'Vertical' }}
Edit configuration
{% endfor %}

Add New Configuration

{% block content %}
{% endblock %} {% block footer %} {% endblock %}
{% endblock %}