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