{% extends "jobs/base.html" %} {% block content %} {% if request.user.is_authenticated %}
    {% for note in notes %} {% if note.related_object_uuid == n %}
  • {{ note.note }}
    {{ note.create_date }}
  • {% endif %} {% endfor %}
  • {{ note.related_object_uuid }}
{% endif %} {% endblock %}