]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - templates/includes/problem.inc
"Fix" templates/includes/problem.inc.
[working/NCIPServer.git] / templates / includes / problem.inc
1 <Problem>
2 [% IF problem.Scheme -%]
3 <ProblemType Scheme="[% problem.Scheme | xml %]">
4 [%- ELSE -%]
5 <ProblemType>
6 [%- END -%]
7 [%- problem.ProblemType | xml %]</ProblemType>
8 <ProblemDetail>[% problem.ProblemDetail | xml %]</ProblemDetail>
9 <ProblemElement>[% problem.ProblemElement | xml %]</ProblemElement>
10 <ProblemValue>[% problem.ProblemValue | xml %]</ProblemValue>
11 </Problem>