Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/mautic.corals.io/app/bundles/FormBundle/Resources/views/Form/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mautic.corals.io/app/bundles/FormBundle/Resources/views/Form/list.html.twig
{#
  Variables
    - searchValue
    - items
    - totalItems
    - page
    - limit
    - permissions
    - security
    - tmpl
#}
{% set isIndex = 'index' == tmpl ? true : false %}
{% set tmpl = 'list' %}
{% extends isIndex ? '@MauticCore/Default/content.html.twig' : '@MauticCore/Default/raw_output.html.twig' %}

{% block mauticContent %}form{% endblock %}

{% block headerTitle %}
  {{ 'mautic.form.forms'|trans }}
{% endblock %}

{% block actions %}
    {{ include('@MauticCore/Helper/page_actions.html.twig', {
            'templateButtons': {
                'new': permissions['form:forms:create'],
            },
            'routeBase': 'form',
            'langVar': 'form.form',
        }
    ) }}
{% endblock %}

{% block content %}
  {% if isIndex %}
    <div class="panel panel-default bdr-t-wdh-0 mb-0">
        {{ include('@MauticCore/Helper/list_toolbar.html.twig', {
                'searchValue': searchValue,
                'searchHelp': 'mautic.form.form.help.searchcommands',
                'searchId': 'form-search',
                'action': currentRoute,
            }
        ) }}
        <div class="page-list">
          {{ include('@MauticForm/Form/_list.html.twig') }}
        </div>
    </div>
  {% else %}
    {{ include('@MauticForm/Form/_list.html.twig') }}
  {% endif %}
{% endblock %}

Spamworldpro Mini