{{ code_example_text["ExampleDescription"] | raw }}
{% if code_example_text["LinksToAPIMethod"] | length == 1 %} {{ common_texts["APIMethodUsed"] | raw }} {% else %} {{ common_texts["APIMethodUsedPlural"] | raw }} {% endif %} {% for i in 0..(code_example_text["LinksToAPIMethod"] | length - 1) %} {{ code_example_text['LinksToAPIMethod'][i]['PathName'] | raw}} {% if i + 1 == code_example_text["LinksToAPIMethod"] | length - 1 %} and {% elseif i + 1 != code_example_text["LinksToAPIMethod"] | length %} , {% endif %} {% endfor %}
{{ common_texts["ViewSourceFile"]|replace({ ("{0}"): ("%s"|format(source_url, source_file)) })| raw }}