<tr class="form-field">  
	<th scope="row" valign="top">  
		<label for="term_meta[{{ name }}]">{{ label }}</label>
	</th>  
	<td>  
		<input type="text" name="term_meta[{{ name }}]" class="{{ class }}" value="{{ value }}" />
		{% if not description is empty %}
			<p class="description">{{ description }}</p>
		{% endif %}
	</td>  
</tr>