{% extends "base.html" %} {% block main %}
|
{{ field.options.label.clone().unwrap_or(field.name.clone()) }}
|
{% endfor %}
|---|
| {% match Value::get_from_row(row, field.name.as_str()) %} {% when Ok with (value) %} {{ value.to_html_string(&field.options) | safe }} {% when Err with (err) %} {{ err }} {% endmatch %} | {% endfor %}