{# The two repeated pieces: a table row and a form field. Both take everything as a prepared dict, so this file imports without context and decides nothing — the router already did. #} {% from "ui/data.html" import link %} {% from "ui/form.html" import select_field, switch_field, text_field, textarea_field %} {% from "ui/table.html" import cell, select_cell %} {% macro admin_row(entry, select) -%}