| 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/information/ |
Upload File : |
<div class="types-information">
<table width="100%">
<thead>
<tr>
{% for cell in thead %}
<th width="{{ 100 / thead|length }}%">
{{ cell|raw }}
</th>
{% endfor %}
</tr>
</thead>
<tbody>
<tr>
{% if table.get_template() %}
<td>
{% for information in table.get_template() %}
{% include 'information/table/tbody-cell.twig' %}
{% endfor %}
</td>
{% endif %}
{% if table.get_archive() %}
<td>
{% for information in table.get_archive() %}
{% include 'information/table/tbody-cell.twig' %}
{% endfor %}
</td>
{% endif %}
<td>
{% for information in table.get_views() %}
{% include 'information/table/tbody-cell.twig' %}
{% endfor %}
</td>
<td>
{% for information in table.get_forms() %}
{% include 'information/table/tbody-cell.twig' %}
{% endfor %}
</td>
</tr>
</tbody>
</table>
</div>