|
|
@ -6,7 +6,7 @@
|
|
|
|
{{event.typeof_info}}
|
|
|
|
{{event.typeof_info}}
|
|
|
|
|
|
|
|
|
|
|
|
{{event.desc | wrap(80)}}
|
|
|
|
{{event.desc | wrap(80)}}
|
|
|
|
{% for table in event.content_fields -%}
|
|
|
|
{% for table in event.content_fields %}
|
|
|
|
{{"``"+table.title+"``" if table.title else "" }}
|
|
|
|
{{"``"+table.title+"``" if table.title else "" }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ tables.paramtable(table.rows, [(table.title or "Content") ~ " Key", "Type", "Description"]) }}
|
|
|
|
{{ tables.paramtable(table.rows, [(table.title or "Content") ~ " Key", "Type", "Description"]) }}
|
|
|
|