Update periodical report

This commit is contained in:
Gregory Trullemans 2023-11-29 13:20:14 +01:00
parent 95226c4271
commit 5cb5517614
1 changed files with 8 additions and 8 deletions

View File

@ -160,7 +160,7 @@
</tbody> </tbody>
</table> </table>
{% else %} {% else %}
No intensty for selected period. No intensty for the selected period.
{% endif %} {% endif %}
</div> </div>
<div class="col-12"> <div class="col-12">
@ -205,7 +205,7 @@
</tbody> </tbody>
</table> </table>
{% else %} {% else %}
<p class="muted-text">There are no injury corresponding to your criterias.</p> <p class="muted-text">There are no injury for the selected period.</p>
{% endif %} {% endif %}
</div> </div>
</div> </div>
@ -278,7 +278,7 @@
{% endif %} {% endif %}
</table> </table>
{% else %} {% else %}
No chrono/ToF found. No chrono/ToF for the selected period.
{% endif %} {% endif %}
</div> </div>
@ -352,7 +352,7 @@
{% endif %} {% endif %}
</table> </table>
{% else %} {% else %}
No scores during the selected week. No scores during for the selected period.
{% endif %} {% endif %}
</div> </div>
</div> </div>
@ -372,7 +372,7 @@
{% endfor %} {% endfor %}
</table> </table>
{% else %} {% else %}
No new skill learned on the selected week. No new skill learned on the selected period.
{% endif %} {% endif %}
</div> </div>
<div class="col-6"> <div class="col-6">
@ -389,7 +389,7 @@
{% endfor %} {% endfor %}
</table> </table>
{% else %} {% else %}
No objective for the selected week. No objective for the selected period.
{% endif %} {% endif %}
</div> </div>
</div> </div>
@ -408,7 +408,7 @@
{% endfor %} {% endfor %}
</table> </table>
{% else %} {% else %}
No events on the selected week. No events on the selected period.
{% endif %} {% endif %}
</div> </div>
</div> </div>
@ -421,7 +421,7 @@
{{ note.to_markdown | safe }} {{ note.to_markdown | safe }}
{% endfor %} {% endfor %}
{% else %} {% else %}
No note for the selected week. No note for the selected period.
{% endif %} {% endif %}
</div> </div>
</div> </div>