__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
{% extends default ? "partials/field.html.twig" : 'forms/' ~ layout|default('field') ~ '.html.twig' %}
{% block input %}
<span class="enabler" role="checkbox" aria-checked="{{ value ? 'true' : 'false' }}" tabindex="0" aria-label="{{ turned_off ? 'Disabled' : 'Enables ' ~ scope|replace({'.': ' '})|title|trim|default(title|trim) }}">
<input
{# required attribute structures #}
type="hidden"
name="{{ (scope ~ name)|fieldName }}"
value="{{ value ? 1 : 0 }}"
{% if disabled %}disabled="disabled"{% endif %}
{# global attribute structures #}
{{ block('global_attributes') }}
/>
{% if turned_off %}
<span><i class="fa fa-ban" aria-hidden="true"></i></span>
{% else %}
<span class="toggle"><span class="knob"></span></span>
{% endif %}
</span>
{% endblock %}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| enable.html.twig | File | 879 B | 0775 |
|