{% extends 'layout.html.twig' %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('forms') }} {% endblock %} {% block title %} {{ 'main.customer.breadcrumbs.gestion.urls.details' | trans }} {% endblock %} {% block breadcrumbs_current %}{{ 'main.customer.breadcrumbs.gestion.urls.details' | trans }}{% endblock %} {% block breadcrumbs %}
  • {{ 'main.app.name' | trans }}
  • Perfil de {{ customer.getSlug() }}
  • {{ 'main.customer.breadcrumbs.gestion.urls.details' | trans }}
  • {% endblock %} {% block wrapper -%}

    {{ url.getUrl() }}

    {% include 'url/tables/details.html.twig' with {'keywords': data, 'totalIndexes' : totalIndexes} %}

    Información

    Group: -

    Detected: {{ url.createdAt | date("d/m/Y") }}

    Categorized: {{ url.categorizedAt | date("d/m/Y") }}

    {% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('forms') }} {% endblock %}