• File: main.twig
  • Full Path: /home/lef/public_html/wp-content/plugins/wpml-translation-management/templates/support/icl20/migration/main.twig
  • File size: 551 bytes
  • MIME-type: text/html
  • Charset: utf-8
<h1 id="icl20-migration">{{ title }}</h1><p>{{ message }}</p>
<table class="widefat wpml-support-info striped">
	<tbody>
	{% for label,value in data %}
		<tr>
			<th style="vertical-align: top">
				{{ label }}
			</th>
			<td style="vertical-align: top">
				{{ value }}
			</td>
		</tr>
	{% endfor %}
	{% for action,button_data in buttons %}
		<tr>
			<th colspan="2" style="vertical-align: top">
				<a href="{{ button_data.url }}" class="button-{{ button_data.type }}">{{ button_data.label }}</a>
			</th>
		</tr>
	{% endfor %}
	</tbody>
</table>