{% load widget_tweaks i18n %}
| {% trans "Child" %} | {{ earlytroubleshooting.child.full_name }} |
|---|---|
| {% trans "Date" %} | {{ earlytroubleshooting.date|date:"SHORT_DATE_FORMAT" }} |
| {% trans "Periods" %} | {% for period in earlytroubleshooting.periods.all %} {{ period }}, {% endfor %} |