| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/robotics/wp-content/plugins/types/application/views/page/dashboard/ |
Upload File : |
<div class="types-information">
<h2>{{ labels.headline }}</h2>
<table width="100%">
<thead>
<tr>
<th colspan="3">
{{ labels.admin }}
</th>
<th colspan="4">
{{ labels.frontend }}
</th>
</tr>
<tr>
{% for content in thead %}
<th width="{{ 100 / thead|length }}%">
{% include 'page/dashboard/table/thead-cell.twig' %}
</th>
{% endfor %}
</tr>
</thead>
<tbody>
{{ rows|raw }}
</tbody>
</table>
</div>