{% macro custom(name, ops = {}, label, dims) %} {% if ops.maxFilesize is not defined %} {% set ops = ops|merge({maxFilesize: 1}) %} {% endif %} {% if ops.maxFiles is not defined %} {% set ops = ops|merge({maxFiles: 1}) %} {% endif %}
{{ label ?? 'Dosya Yükle' }} En fazla {{ ops.maxFilesize }}MB boyutunda {{ dims ? 've '~dims~' ebatlarında' }} {{ ops.maxFiles }} dosya yükleyebilirsiniz
{% endmacro %}