File: /var/www/html/wp-content/cache/matomo/templates_c/60/606b997f19dec50870cd548e86aedb51.php
<?php
use Matomo\Dependencies\Twig\Environment;
use Matomo\Dependencies\Twig\Error\LoaderError;
use Matomo\Dependencies\Twig\Error\RuntimeError;
use Matomo\Dependencies\Twig\Extension\CoreExtension;
use Matomo\Dependencies\Twig\Extension\SandboxExtension;
use Matomo\Dependencies\Twig\Markup;
use Matomo\Dependencies\Twig\Sandbox\SecurityError;
use Matomo\Dependencies\Twig\Sandbox\SecurityNotAllowedTagError;
use Matomo\Dependencies\Twig\Sandbox\SecurityNotAllowedFilterError;
use Matomo\Dependencies\Twig\Sandbox\SecurityNotAllowedFunctionError;
use Matomo\Dependencies\Twig\Source;
use Matomo\Dependencies\Twig\Template;
/* @SegmentEditor/_segmentSelector.twig */
class __TwigTemplate_34984a778c4477f123701947586b41e5 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<div class=\"SegmentEditor\" style=\"display:none;\">
<div class=\"segmentationContainer listHtml\" title=\"";
// line 2
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_ChooseASegment"), "html", null, true);
yield ". ";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_CurrentlySelectedSegment", (isset($context["segmentDescription"]) || array_key_exists("segmentDescription", $context) ? $context["segmentDescription"] : (function () { throw new RuntimeError('Variable "segmentDescription" does not exist.', 2, $this->source); })())), "html", null, true);
yield "\">
<a class=\"title\" tabindex=\"4\"><span class=\"icon icon-segment\"></span><span class=\"segmentationTitle\"></span></a>
<div class=\"dropdown dropdown-body\">
<div class=\"segmentFilterContainer\">
<input class=\"segmentFilter browser-default\" type=\"text\" tabindex=\"4\" value=\"";
// line 6
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("General_Search"), "html", null, true);
yield "\"/>
<span></span>
</div>
<ul class=\"submenu\">
<li>";
// line 10
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_SelectSegmentOfVisits"), "html", null, true);
yield "
<div class=\"segmentList\">
<ul>
</ul>
</div>
</li>
</ul>
";
// line 18
if ((isset($context["authorizedToCreateSegments"]) || array_key_exists("authorizedToCreateSegments", $context) ? $context["authorizedToCreateSegments"] : (function () { throw new RuntimeError('Variable "authorizedToCreateSegments" does not exist.', 18, $this->source); })())) {
// line 19
yield " <a tabindex=\"4\" class=\"add_new_segment btn\">";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_AddNewSegment"), "html", null, true);
yield "</a>
";
} else {
// line 21
yield " <hr/>
<ul class=\"submenu\">
<li>
";
// line 24
if ((isset($context["isUserAnonymous"]) || array_key_exists("isUserAnonymous", $context) ? $context["isUserAnonymous"] : (function () { throw new RuntimeError('Variable "isUserAnonymous" does not exist.', 24, $this->source); })())) {
// line 25
yield " <span class='youMustBeLoggedIn'>";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_YouMustBeLoggedInToCreateSegments"), "html", null, true);
yield "
<br/>› <a href='index.php?module=";
// line 26
yield \Piwik\piwik_escape_filter($this->env, (isset($context["loginModule"]) || array_key_exists("loginModule", $context) ? $context["loginModule"] : (function () { throw new RuntimeError('Variable "loginModule" does not exist.', 26, $this->source); })()), "html", null, true);
yield "'>";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("Login_LogIn"), "html", null, true);
yield "</a> </span>
";
}
// line 28
yield " </li>
</ul>
<br/><br/>
";
}
// line 32
yield " </div>
</div>
<div class=\"segment-element borderedControl expanded\">
<div class=\"segment-content\">
<div class=\"segment-top\" ";
// line 38
if ( !(isset($context["isSuperUser"]) || array_key_exists("isSuperUser", $context) ? $context["isSuperUser"] : (function () { throw new RuntimeError('Variable "isSuperUser" does not exist.', 38, $this->source); })())) {
yield "style=\"display:none\"";
}
yield ">
<input type=\"hidden\" class=\"available_segments_select\"/>
<div class=\"segment-top-item grid-1\">
";
// line 41
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_ThisSegmentIsVisibleTo"), "html", null, true);
yield " <div class=\"enable_all_users\"><strong>
<select class=\"enable_all_users_select\">
<option ";
// line 43
if ( !(isset($context["isSuperUser"]) || array_key_exists("isSuperUser", $context) ? $context["isSuperUser"] : (function () { throw new RuntimeError('Variable "isSuperUser" does not exist.', 43, $this->source); })())) {
yield "selected=\"1\"";
}
yield " value=\"0\">";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_VisibleToMe"), "html", null, true);
yield "</option>
<option ";
// line 44
if ((isset($context["isSuperUser"]) || array_key_exists("isSuperUser", $context) ? $context["isSuperUser"] : (function () { throw new RuntimeError('Variable "isSuperUser" does not exist.', 44, $this->source); })())) {
yield "selected=\"1\"";
}
yield " value=\"1\">";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_VisibleToAllUsers"), "html", null, true);
yield "</option>
</select>
</strong></div>
</div>
<div class=\"segment-top-item grid-2\">
";
// line 49
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_SegmentIsDisplayedForWebsite"), "html", null, true);
yield "<div class=\"visible_to_website\"><strong>
<select class=\"visible_to_website_select\">
<option selected=\"\" value=\"";
// line 51
yield \Piwik\piwik_escape_filter($this->env, (isset($context["idSite"]) || array_key_exists("idSite", $context) ? $context["idSite"] : (function () { throw new RuntimeError('Variable "idSite" does not exist.', 51, $this->source); })()), "html", null, true);
yield "\">";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_SegmentDisplayedThisWebsiteOnly"), "html", null, true);
yield "</option>
";
// line 52
if ((isset($context["isAddingSegmentsForAllWebsitesEnabled"]) || array_key_exists("isAddingSegmentsForAllWebsitesEnabled", $context) ? $context["isAddingSegmentsForAllWebsitesEnabled"] : (function () { throw new RuntimeError('Variable "isAddingSegmentsForAllWebsitesEnabled" does not exist.', 52, $this->source); })())) {
yield "<option value=\"0\">";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_SegmentDisplayedAllWebsites"), "html", null, true);
yield "</option>";
}
// line 53
yield " </select>
</strong></div>
</div>
";
// line 56
if ((isset($context["isCreateRealtimeSegmentsEnabled"]) || array_key_exists("isCreateRealtimeSegmentsEnabled", $context) ? $context["isCreateRealtimeSegmentsEnabled"] : (function () { throw new RuntimeError('Variable "isCreateRealtimeSegmentsEnabled" does not exist.', 56, $this->source); })())) {
// line 57
yield " <div class=\"segment-top-item grid-3\">
";
// line 58
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("General_And"), "html", null, true);
yield "
<div class=\"auto_archive\"><strong>
<select class=\"auto_archive_select\">
";
// line 61
if ((isset($context["createRealTimeSegmentsIsEnabled"]) || array_key_exists("createRealTimeSegmentsIsEnabled", $context) ? $context["createRealTimeSegmentsIsEnabled"] : (function () { throw new RuntimeError('Variable "createRealTimeSegmentsIsEnabled" does not exist.', 61, $this->source); })())) {
// line 62
yield " <option ";
if ((isset($context["isBrowserArchivingEnabled"]) || array_key_exists("isBrowserArchivingEnabled", $context) ? $context["isBrowserArchivingEnabled"] : (function () { throw new RuntimeError('Variable "isBrowserArchivingEnabled" does not exist.', 62, $this->source); })())) {
yield "selected=\"1\"";
}
yield " value=\"0\">";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_AutoArchiveRealTime"), "html", null, true);
yield "</option>
";
}
// line 64
yield " <option ";
if (( !(isset($context["isBrowserArchivingEnabled"]) || array_key_exists("isBrowserArchivingEnabled", $context) ? $context["isBrowserArchivingEnabled"] : (function () { throw new RuntimeError('Variable "isBrowserArchivingEnabled" does not exist.', 64, $this->source); })()) || !(isset($context["createRealTimeSegmentsIsEnabled"]) || array_key_exists("createRealTimeSegmentsIsEnabled", $context) ? $context["createRealTimeSegmentsIsEnabled"] : (function () { throw new RuntimeError('Variable "createRealTimeSegmentsIsEnabled" does not exist.', 64, $this->source); })()))) {
yield "selected=\"1\"";
}
yield " value=\"1\">";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_AutoArchivePreProcessed"), "html", null, true);
yield " </option>
</select>
</strong>
</div>
</div>
";
}
// line 70
yield "
</div>
<h3 style=\"margin: 12px 6px;\">";
// line 72
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("General_Name"), "html", null, true);
yield ": <span class=\"segmentName\"></span> <a class=\"editSegmentName\" href=\"#\">";
yield \Piwik\piwik_escape_filter($this->env, Matomo\Dependencies\Twig\Extension\CoreExtension::lower($this->env->getCharset(), $this->env->getFilter('translate')->getCallable()("General_Edit")), "html", null, true);
yield "</a></h3>
</div>
<div class=\"segment-footer\">
<div vue-entry=\"Feedback.RateFeature\" title=\""";
// line 75
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_SegmentEditor"), "html", null, true);
yield ""\" style=\"display:inline-block;float: left;margin-top: 2px;margin-right: 10px;\"></div>
<a class=\"btn-flat delete\" href=\"#\">";
// line 76
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("General_Delete"), "html", null, true);
yield "</a>
<a class=\"btn-flat close\" href=\"#\">";
// line 77
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("General_Close"), "html", null, true);
yield "</a>
";
// line 78
if ((isset($context["isVisitorLogEnabled"]) || array_key_exists("isVisitorLogEnabled", $context) ? $context["isVisitorLogEnabled"] : (function () { throw new RuntimeError('Variable "isVisitorLogEnabled" does not exist.', 78, $this->source); })())) {
// line 79
yield " <a class=\"btn-flat testSegment\">";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_Test"), "html", null, true);
yield "</a>
";
}
// line 81
yield " <button class=\"btn saveAndApply\">";
yield $this->env->getFilter('translate')->getCallable()("SegmentEditor_SaveAndApply");
yield "</button>
</div>
</div>
</div>
<div class=\"segmentListContainer\">
<div class=\"ui-confirm\" id=\"segment-delete-confirm\">
<h2>";
// line 87
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_AreYouSureDeleteSegment"), "html", null, true);
yield "</h2>
<input role=\"yes\" type=\"button\" value=\"";
// line 88
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("General_Yes"), "html", null, true);
yield "\"/>
<input role=\"no\" type=\"button\" value=\"";
// line 89
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("General_No"), "html", null, true);
yield "\"/>
</div>
<div class=\"ui-confirm segment-definition-change-confirm\" data-segment-processed-on-request=\"";
// line 91
yield \Piwik\piwik_escape_filter($this->env, $this->extensions['Matomo\Dependencies\Twig\Extension\CoreExtension']->formatNumber((isset($context["segmentProcessedOnRequest"]) || array_key_exists("segmentProcessedOnRequest", $context) ? $context["segmentProcessedOnRequest"] : (function () { throw new RuntimeError('Variable "segmentProcessedOnRequest" does not exist.', 91, $this->source); })())), "html", null, true);
yield "\" data-hide-message=\"";
yield \Piwik\piwik_escape_filter($this->env, (isset($context["hideSegmentDefinitionChangeMessage"]) || array_key_exists("hideSegmentDefinitionChangeMessage", $context) ? $context["hideSegmentDefinitionChangeMessage"] : (function () { throw new RuntimeError('Variable "hideSegmentDefinitionChangeMessage" does not exist.', 91, $this->source); })()), "html", null, true);
yield "\">
<h2>
<span class=\"process-on-request\">
";
// line 94
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_ChangingSegmentDefinitionConfirmationProcessedOnRequest"), "html", null, true);
yield "
</span>
<span class=\"no-process-on-request\">
";
// line 97
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_ChangingSegmentDefinitionConfirmationNotProcessedOnRequest"), "html", null, true);
yield "
</span>
</h2>
<p class=\"description\">
<span>
<label>
<input type=\"checkbox\" id=\"hideSegmentMessage\" name=\"hideSegmentMessage\" />
<span>";
// line 104
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_HideMessageInFuture"), "html", null, true);
yield "</span>
</label>
</span>
</p>
<input role=\"yes\" type=\"button\" value=\"";
// line 108
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("General_Yes"), "html", null, true);
yield "\"/>
<input role=\"no\" type=\"button\" value=\"";
// line 109
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("General_No"), "html", null, true);
yield "\"/>
</div>
<div class=\"ui-confirm pleaseChangeBrowserAchivingDisabledSetting\">
<h2>";
// line 112
yield $this->env->getFilter('rawSafeDecoded')->getCallable()($this->env->getFilter('translate')->getCallable()("SegmentEditor_SegmentNotApplied", (isset($context["nameOfCurrentSegment"]) || array_key_exists("nameOfCurrentSegment", $context) ? $context["nameOfCurrentSegment"] : (function () { throw new RuntimeError('Variable "nameOfCurrentSegment" does not exist.', 112, $this->source); })())));
yield "</h2>
";
// line 113
$context["segmentSetting"] = ('' === $tmp = \Matomo\Dependencies\Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_AutoArchivePreProcessed"), "html", null, true);
return; yield '';
})())) ? '' : new Markup($tmp, $this->env->getCharset());
// line 114
yield " <p class=\"description\">
";
// line 115
yield $this->env->getFilter('rawSafeDecoded')->getCallable()($this->env->getFilter('translate')->getCallable()("SegmentEditor_SegmentNotAppliedMessage", (isset($context["nameOfCurrentSegment"]) || array_key_exists("nameOfCurrentSegment", $context) ? $context["nameOfCurrentSegment"] : (function () { throw new RuntimeError('Variable "nameOfCurrentSegment" does not exist.', 115, $this->source); })())));
yield "
<br/>
";
// line 117
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_DataAvailableAtLaterDate"), "html", null, true);
yield "
";
// line 118
if ((isset($context["isSuperUser"]) || array_key_exists("isSuperUser", $context) ? $context["isSuperUser"] : (function () { throw new RuntimeError('Variable "isSuperUser" does not exist.', 118, $this->source); })())) {
// line 119
yield " <br/> <br/> ";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("SegmentEditor_YouMayChangeSetting", "browser_archiving_disabled_enforce", (isset($context["segmentSetting"]) || array_key_exists("segmentSetting", $context) ? $context["segmentSetting"] : (function () { throw new RuntimeError('Variable "segmentSetting" does not exist.', 119, $this->source); })())), "html", null, true);
yield "
";
}
// line 121
yield " </p>
<input role=\"yes\" type=\"button\" value=\"";
// line 123
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("General_Ok"), "html", null, true);
yield "\"/>
</div>
</div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@SegmentEditor/_segmentSelector.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 330 => 123, 326 => 121, 320 => 119, 318 => 118, 314 => 117, 309 => 115, 306 => 114, 301 => 113, 297 => 112, 291 => 109, 287 => 108, 280 => 104, 270 => 97, 264 => 94, 256 => 91, 251 => 89, 247 => 88, 243 => 87, 233 => 81, 227 => 79, 225 => 78, 221 => 77, 217 => 76, 213 => 75, 205 => 72, 201 => 70, 187 => 64, 177 => 62, 175 => 61, 169 => 58, 166 => 57, 164 => 56, 159 => 53, 153 => 52, 147 => 51, 142 => 49, 130 => 44, 122 => 43, 117 => 41, 109 => 38, 101 => 32, 95 => 28, 88 => 26, 83 => 25, 81 => 24, 76 => 21, 70 => 19, 68 => 18, 57 => 10, 50 => 6, 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("<div class=\"SegmentEditor\" style=\"display:none;\">
<div class=\"segmentationContainer listHtml\" title=\"{{ 'SegmentEditor_ChooseASegment'|translate }}. {{ 'SegmentEditor_CurrentlySelectedSegment'|translate(segmentDescription) }}\">
<a class=\"title\" tabindex=\"4\"><span class=\"icon icon-segment\"></span><span class=\"segmentationTitle\"></span></a>
<div class=\"dropdown dropdown-body\">
<div class=\"segmentFilterContainer\">
<input class=\"segmentFilter browser-default\" type=\"text\" tabindex=\"4\" value=\"{{ 'General_Search'|translate }}\"/>
<span></span>
</div>
<ul class=\"submenu\">
<li>{{ 'SegmentEditor_SelectSegmentOfVisits'|translate }}
<div class=\"segmentList\">
<ul>
</ul>
</div>
</li>
</ul>
{% if authorizedToCreateSegments %}
<a tabindex=\"4\" class=\"add_new_segment btn\">{{ 'SegmentEditor_AddNewSegment'|translate }}</a>
{% else %}
<hr/>
<ul class=\"submenu\">
<li>
{% if isUserAnonymous %}
<span class='youMustBeLoggedIn'>{{ 'SegmentEditor_YouMustBeLoggedInToCreateSegments'|translate }}
<br/>› <a href='index.php?module={{ loginModule }}'>{{ 'Login_LogIn'|translate }}</a> </span>
{% endif %}
</li>
</ul>
<br/><br/>
{% endif %}
</div>
</div>
<div class=\"segment-element borderedControl expanded\">
<div class=\"segment-content\">
<div class=\"segment-top\" {% if not isSuperUser %}style=\"display:none\"{% endif %}>
<input type=\"hidden\" class=\"available_segments_select\"/>
<div class=\"segment-top-item grid-1\">
{{ 'SegmentEditor_ThisSegmentIsVisibleTo'|translate }} <div class=\"enable_all_users\"><strong>
<select class=\"enable_all_users_select\">
<option {% if not isSuperUser %}selected=\"1\"{% endif %} value=\"0\">{{ 'SegmentEditor_VisibleToMe'|translate }}</option>
<option {% if isSuperUser %}selected=\"1\"{% endif %} value=\"1\">{{ 'SegmentEditor_VisibleToAllUsers'|translate }}</option>
</select>
</strong></div>
</div>
<div class=\"segment-top-item grid-2\">
{{ 'SegmentEditor_SegmentIsDisplayedForWebsite'|translate }}<div class=\"visible_to_website\"><strong>
<select class=\"visible_to_website_select\">
<option selected=\"\" value=\"{{ idSite }}\">{{ 'SegmentEditor_SegmentDisplayedThisWebsiteOnly'|translate }}</option>
{% if isAddingSegmentsForAllWebsitesEnabled %}<option value=\"0\">{{ 'SegmentEditor_SegmentDisplayedAllWebsites'|translate }}</option>{% endif %}
</select>
</strong></div>
</div>
{% if isCreateRealtimeSegmentsEnabled %}
<div class=\"segment-top-item grid-3\">
{{ 'General_And'|translate }}
<div class=\"auto_archive\"><strong>
<select class=\"auto_archive_select\">
{% if createRealTimeSegmentsIsEnabled %}
<option {% if isBrowserArchivingEnabled %}selected=\"1\"{% endif%} value=\"0\">{{ 'SegmentEditor_AutoArchiveRealTime'|translate }}</option>
{% endif %}
<option {% if not isBrowserArchivingEnabled or not createRealTimeSegmentsIsEnabled %}selected=\"1\"{% endif %} value=\"1\">{{ 'SegmentEditor_AutoArchivePreProcessed'|translate }} </option>
</select>
</strong>
</div>
</div>
{% endif %}
</div>
<h3 style=\"margin: 12px 6px;\">{{ 'General_Name'|translate }}: <span class=\"segmentName\"></span> <a class=\"editSegmentName\" href=\"#\">{{ 'General_Edit'|translate|lower }}</a></h3>
</div>
<div class=\"segment-footer\">
<div vue-entry=\"Feedback.RateFeature\" title=\""{{ 'SegmentEditor_SegmentEditor'|translate }}"\" style=\"display:inline-block;float: left;margin-top: 2px;margin-right: 10px;\"></div>
<a class=\"btn-flat delete\" href=\"#\">{{ 'General_Delete'|translate }}</a>
<a class=\"btn-flat close\" href=\"#\">{{ 'General_Close'|translate }}</a>
{% if isVisitorLogEnabled %}
<a class=\"btn-flat testSegment\">{{ 'SegmentEditor_Test'|translate }}</a>
{% endif %}
<button class=\"btn saveAndApply\">{{ 'SegmentEditor_SaveAndApply'|translate|raw }}</button>
</div>
</div>
</div>
<div class=\"segmentListContainer\">
<div class=\"ui-confirm\" id=\"segment-delete-confirm\">
<h2>{{ 'SegmentEditor_AreYouSureDeleteSegment'|translate }}</h2>
<input role=\"yes\" type=\"button\" value=\"{{ 'General_Yes'|translate }}\"/>
<input role=\"no\" type=\"button\" value=\"{{ 'General_No'|translate }}\"/>
</div>
<div class=\"ui-confirm segment-definition-change-confirm\" data-segment-processed-on-request=\"{{ segmentProcessedOnRequest|number_format }}\" data-hide-message=\"{{ hideSegmentDefinitionChangeMessage }}\">
<h2>
<span class=\"process-on-request\">
{{ 'SegmentEditor_ChangingSegmentDefinitionConfirmationProcessedOnRequest'|translate }}
</span>
<span class=\"no-process-on-request\">
{{ 'SegmentEditor_ChangingSegmentDefinitionConfirmationNotProcessedOnRequest'|translate }}
</span>
</h2>
<p class=\"description\">
<span>
<label>
<input type=\"checkbox\" id=\"hideSegmentMessage\" name=\"hideSegmentMessage\" />
<span>{{ 'SegmentEditor_HideMessageInFuture'|translate }}</span>
</label>
</span>
</p>
<input role=\"yes\" type=\"button\" value=\"{{ 'General_Yes'|translate }}\"/>
<input role=\"no\" type=\"button\" value=\"{{ 'General_No'|translate }}\"/>
</div>
<div class=\"ui-confirm pleaseChangeBrowserAchivingDisabledSetting\">
<h2>{{ 'SegmentEditor_SegmentNotApplied'|translate(nameOfCurrentSegment)|rawSafeDecoded|raw }}</h2>
{% set segmentSetting %}{{ 'SegmentEditor_AutoArchivePreProcessed'|translate }}{% endset %}
<p class=\"description\">
{{ 'SegmentEditor_SegmentNotAppliedMessage'|translate(nameOfCurrentSegment)|rawSafeDecoded|raw }}
<br/>
{{ 'SegmentEditor_DataAvailableAtLaterDate'|translate }}
{% if isSuperUser %}
<br/> <br/> {{ 'SegmentEditor_YouMayChangeSetting'|translate('browser_archiving_disabled_enforce', segmentSetting) }}
{% endif %}
</p>
<input role=\"yes\" type=\"button\" value=\"{{ 'General_Ok'|translate }}\"/>
</div>
</div>
", "@SegmentEditor/_segmentSelector.twig", "/var/www/html/wp-content/plugins/matomo/app/plugins/SegmentEditor/templates/_segmentSelector.twig");
}
}