# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # -- ## nofilter(TidyAll::Plugin::OTRS::TT::ScriptUsage)
[% RenderBlockStart("Back") %]
[% RenderBlockEnd("Back") %]

[% Data.Title | html %]

  • [% Translate("FAQ Information") | html %]

  • [% Translate("Article Number") | html %]: [% Data.Number | html %]
  • [% Translate("Category") | html %]: [% Translate(Data.CategoryName) | html %]
  • [% Translate("Keywords") | html %]: [% RenderBlockStart("Keywords") %] [% Data.Keyword | html %] [% RenderBlockEnd("Keywords") %]
  • [% Translate("State") | html %]: [% Translate(Data.State) | html %]
  • [% RenderBlockStart("Language") %]
  • [% Translate("Language") | html %]: [% Translate(Data.Language) | html %]
  • [% RenderBlockEnd("Language") %] # show faq dynamic fields [% RenderBlockStart("FAQDynamicField") %]
  • [% Translate(Data.Label) | html %]: [% Data.Value %]
  • [% RenderBlockEnd("FAQDynamicField") %] # example of how to use fixed dynamic field blocks for customizations # Note: Field1 and Field2 are the names of the fields and had to be replaced with the actual # field names #[% RenderBlockStart("FAQDynamicField_Field1") %] #
  • # [% Translate(Data.Label) | html %]: # [% Data.Value %] #
  • #[% RenderBlockEnd("FAQDynamicField_Field1") %] #[% RenderBlockStart("FAQDynamicField_Field2") %] #
  • # [% Translate(Data.Label) | html %]: # [% Data.Value %] #
  • #[% RenderBlockEnd("FAQDynamicField_Field2") %] [% RenderBlockStart("ViewRating") %]
  • [% Translate("Rating") | html %]: [% RenderBlockStart("RateStars") %] [% RenderBlockEnd("RateStars") %] [% RenderBlockStart("RateStarsCount") %] [% Data.Stars | html %] [% Translate("out of 5") | html %] [% RenderBlockEnd("RateStarsCount") %]
  • [% RenderBlockEnd("ViewRating") %] [% RenderBlockStart("ViewVotes") %]
  • [% Translate("Votes") | html %]: [% Data.Votes | html %]
  • [% RenderBlockEnd("ViewVotes") %]
[% RenderBlockStart("FAQVoting") %]

[% Translate("Rating") | html %]:

[% Translate("How helpful was this article? Please give us your rating and help to improve the FAQ Database. Thank You!") | html %]
[% Translate("not helpful") | html %]
[% RenderBlockStart("FAQVotingRateRow") %]
[% Data.Title | html %]
[% RenderBlockEnd("FAQVotingRateRow") %]
[% Translate("very helpful") | html %]
[% RenderBlockEnd("FAQVoting") %]