14 lines
300 B
Smarty
14 lines
300 B
Smarty
{{#if custom ~}}
|
|
{{{xml}}}
|
|
{{~/if ~}}
|
|
|
|
{{~#if template ~}}
|
|
<responseProcessing template="{{template}}"/>
|
|
{{~/if ~}}
|
|
|
|
{{~#if templateDriven ~}}
|
|
<responseProcessing>
|
|
{{#responseRules}}{{{.}}}{{/responseRules}}
|
|
{{#feedbackRules}}{{{.}}}{{/feedbackRules}}
|
|
</responseProcessing>
|
|
{{~/if ~}} |