Difference between revisions of "CreateTopicForm"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) |
Tim Holzheim (talk | contribs) |
||
Line 19: | Line 19: | ||
{%- set property_printouts %} | {%- set property_printouts %} | ||
{% for p in property_properties %} | {% for p in property_properties %} | ||
− | {%- set property_printouts = property_printouts + "|?Property | + | {%- set property_printouts = property_printouts + "|?Property" + p + "=" + p -%} |
{%- endfor %} | {%- endfor %} | ||
{%- set topic_property_properties = [] -%} | {%- set topic_property_properties = [] -%} | ||
Line 78: | Line 78: | ||
! colspan='2'| Property | ! colspan='2'| Property | ||
− | {% for pp in property_properties%} | + | {% for pp in property_properties %} |
|- | |- | ||
! {{ pp["name"] }}: | ! {{ pp["name"] }}: |
Revision as of 00:35, 15 February 2021
Sourcecode
Sourcecode | |
---|---|
id | CreateTopicForm |
lang | jinja |
author | Tim Holzheim |
since | 2021/02/14 |
test | '"`UNIQ--pre-00000000-QINU`"'
|
url |