11 lines
211 B
HTML
11 lines
211 B
HTML
|
<tr>
|
||
|
<th>{{ title }}</th>
|
||
|
<td>
|
||
|
<div class="field">
|
||
|
<div class="control">
|
||
|
<input class="input" form="{{ form }}" name="{{ name }}" value="{{ value }}">
|
||
|
</div>
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|