J'utilise la moustache. Je génère une liste de notifications. Un objet JSON de notification ressemble à :
[{"id":1364,"read":true,"author_id":30,"author_name":"Mr A","author_photo":"image.jpg","story":"wants to connect","notified_type":"Friendship","action":"create"}]
Avec mustache, comment puis-je faire un if ou un case statement basé sur le notified_type
& action
...
Si notified_type == "Friendship"
Rendu ......
Si notified_type == "Other && action == "invite"
render.....
Comment cela fonctionne-t-il ?