<% local data, viewlibrary = ...
require("htmlviewfunctions")
html = require("acf.html")
%> <% viewlibrary.dispatch_component("status") %> <H2><%= html.html_escape(data.label) %></H2> <DL> <%
htmlviewfunctions.displayitem(data)
%> </DL>