diff --git a/core/templates/core/child_detail.html b/core/templates/core/child_detail.html index 6a6c08e3..660af24c 100644 --- a/core/templates/core/child_detail.html +++ b/core/templates/core/child_detail.html @@ -82,6 +82,21 @@ {% endfor %} +

+ {% if date_previous %} + + + {% trans "Previous" %} + + {% endif %} + {{ date|date }} + {% if date_next %} + + + {% trans "Next" %} + + {% endif %} +

{% else %}
No events
{% endif %}