{% extends 'chef/dashboard.html.twig' %} {% block title %}Support Messages{% endblock %} {% block dashboard_content %}
From: {{ msg.user.name }}
Subject: {{ msg.subject }}
Message: {{ msg.message }}
Reply: {{ msg.reply ?: 'No reply yet' }}
Sent on {{ msg.createdAt|date('d M Y H:i') }}
{% if msg.reply is null %} {% endif %}No support messages yet.
{% endfor %}