<table>
<tr>
<td>
{% for post_item in post_data.items %}
<input type="hidden" name="{{ post_item.0 }}" value="{{ post_item.1 }}" />
{% endfor %}
<table>
<tr>
<td>
{% for post_item in post_data.items %}
<input type="hidden" name="{{ post_item.0 }}" value="{{ post_item.1 }}" />
{% endfor %}