wallabag/templates/Entry/Card/_mass_checkbox.html.twig
2024-02-19 10:32:55 +01:00

4 lines
171 B
Twig

<label class="entry-checkbox">
<input type="checkbox" class="entry-checkbox-input" data-js="entry-checkbox" name="entry-checkbox[]" value="{{ entry.id }}" />
</label>