{% for comm in communication %}
  • {{ comm.timestamp|date:'d F Y' }}
  • {{ comm.timestamp|date:'d F Y G:i' }} {{ comm.timestamp|date:'G:i' }}
    From {{ comm.author_name }} to {{ comm.recipient_name }}

    {{ comm.text|linebreaksbr }}

  • {% empty %}
  • There have been no communications.
  • {% endfor %}