{% load i18n static %}
{% csrf_token %}
{{candidate}}'s {% trans "Notes" %}
    {% if candidate.stagenote_set.all %} {% for note in candidate.stagenote_set.all %}
  1. {{ note.description }}
    {% for file in note.stage_files.all %} {% endfor %}
    {% csrf_token %}
    {% trans 'by' %} {{ note.updated_by }} @ {{note.stage_id }} {% trans "stage" %}
  2. {% endfor %} {% else %}
    {% trans "No notes have been added for this candidate" %}
    {% endif %}