{% extends "collection/serialize/ap_htmx_table/record.html" %} {% block value %} {% if column == "row_actions" %} {% set info = h.files_link_details(data.id) %} {% set url = info and info.href %} {% if url %} {% endif %} {% else %} {{ super() }} {% endif %} {% endblock value %}