|
{% set result_message %}
{% trans %}
%1$s match in %2$s
{% plural row.result_count %}
%1$s matches in %2$s
{% endtrans %}
{% endset %}
{{ result_message|format(row.result_count, row.table)|raw }}
|
{% if row.result_count > 0 %}
{% set url_params = {
'db': db,
'table': row.table,
'goto': 'db_sql.php',
'pos': 0,
'is_js_confirmed': 0
} %}
{% trans 'Browse' %}
|
{% trans 'Delete' %}
|
{% else %}
|
|
{% endif %}
{% endfor %}