13 lines
369 B
HTML
13 lines
369 B
HTML
<td{% if style %} style="{{ style }}"{% endif %}>
|
|
<div class="field">
|
|
<div class="control">
|
|
<input class="input"
|
|
id="{{ name }}-{{ card.id }}"
|
|
name="{{ name }}" type="{{ type }}"
|
|
{% if type == "number" %} step="any"{% endif %}
|
|
form="{{ form }}"
|
|
value="{{ value }}">
|
|
</div>
|
|
</div>
|
|
</td>
|