{% load i18n %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {{cand}}'s {% trans "Notes" %}
    {% for note in cand.candidatenote_set.stagenote_set.all %}
  1. {{forloop.counter}}. {{note.title}} {{note.description}} {% trans "by" %} User {{note.updated_by}} @{{note.stage_id}}
  2. {% endfor %}