{% if (action=='view') %}
CategoryID |
{{ data.CategoryID }} |
CategoryName |
{{ data.CategoryName }} |
Description |
{{ data.Description }} |
Picture |
Byte[] |
|
{% else %}
|
{{ 'autogenerated' if (action == 'add') else '' }}
|
|
|
|
|
|
Field type 'Byte[]' not supported yet ...
|
|
{% end %}