Welcome to mirror list, hosted at ThFree Co, Russian Federation.

searchTranslation.twig « templates « LanguagesManager « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2b040f1b9671ea1b03ceb204376ca842efa2fda (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'admin.twig' %}

{% set title %}{{ 'LanguagesManager_TranslationSearch'|translate }}{% endset %}

{% block content %}

    <div piwik-content-block content-title="{{ title|e('html_attr') }}" feature="true">
        <div piwik-translation-search></div>
    </div>

{% endblock %}