diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 24eda2ce2c..d92ac602fc 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -371,7 +371,7 @@ displayed if the given array is empty or could not be found:: {% for athlete in athlete_list %}
  • {{ athlete.name }}
  • {% empty %} -
  • Sorry, no athlete in this list!
  • +
  • Sorry, no athletes in this list.
  • {% endfor %}