diff --git a/ccm-sci-bundle/web/themes/foundry/conf/templates.xml b/ccm-sci-bundle/web/themes/foundry/conf/templates.xml
index db3b53472..786039af8 100644
--- a/ccm-sci-bundle/web/themes/foundry/conf/templates.xml
+++ b/ccm-sci-bundle/web/themes/foundry/conf/templates.xml
@@ -17,6 +17,9 @@
+ Outputs the the date of a news. The
+ In this example a visitor with a browser using German as default locale
+ will see the news date in the date format that common in Germany
+ (
+ Outputs the news date in the short format as provided in the data tree by CCM.
+
+ Outputs the news date in the long format as provided in the data tree by CCM.
+
+ A short hand template to output the news date in ISO8601 style (yyyy-mm-dd).
+
+ Outputs the year of a news date. If the
+ If set to
+ Outputs the month part of the news date. If the value has only one digit it is
+ prefixed by a zero by default.
+
+ If set to
+ Outputs the month name as provided in the data tree by CCM.
+
+ Outputs the day part of the news date. If the value has only one digit it is
+ prefixed by a zero by default.
+
+ If set to news-date must contain at least
+ one format element. The format element encloses the
+ format definition for the specific language or the default format. The language
+ for which a format is used is provided using the lang attribute at the
+ format element. The default format has a default attribute
+ with the value true. An example:
+
+ <news-date>
+ <format default="true">
+ <iso-date/>
+ </format>
+ <format lang="de">
+ <day zero="true"/>.<month zero="true"/>.<year/>
+ </format>
+ </news-date>
+
+ dd.mm.yyyy). For all other languages, the default format is used.
+ In this case the iso-format is used.
+ short attribute is set to
+ true only the last two columns are shown.
+ true only the last two digits of the year are shown.
+ false one digit values (months from 1 to 9) are not
+ prefixed with a zero.
+ false one digit values (days from 1 to 9) are not
+ prefixed with a zero.
+