{% extends 'base.html.twig' %} {% block title %}tChat | Accueil{% endblock %} {% block body %}

Derniers posts

Dernières 24h
{% if daily is not empty %} {% for post in daily %}
{% endfor %} {% else %}

Aucun post disponible.

{% endif %}
Cette semaine
{% if weekly is not empty %} {% for post in weekly %}
{% endfor %} {% else %}

Aucun post disponible.

{% endif %}

Fil d'actualité

Global

Contacts

{% for post in posts %}
{% else %}

Aucun post pour le moment.

{% endfor %}

Vos contacts

{% set index = 0 %} {% for friend in friendList %}
{% set index = index + 1 %} {% else %}

Vous n'avez aucun ami.

{% endfor %}
{% endblock %}