matomo / plugins /CustomAlerts /templates /editAlert.twig
Leon4gr45's picture
Upload source files chunk 26
b21a4d3 verified
Raw
History Blame Contribute Delete
162 Bytes
{% extends 'admin.twig' %}
{% block content %}
{% include "@CustomAlerts/form.twig" with {
headline: 'CustomAlerts_EditAlert'|translate
} %}
{% endblock %}