4 lines
118 B
Twig
4 lines
118 B
Twig
{% extends 'import.twig' %}
|
|
|
|
{% block title %}{{ 'Importing into the table "%s"'|trans|format(table) }}{% endblock %}
|