{% for annotation in annotations %}
  • {% autoescape off %}{{ annotation.manager.render_short }}{% endautoescape %} {% ifequal user.id trip.user_id %} {% if annotation.manager.can_edit %}edit{% endif %} {% if annotation.manager.can_edit and annotation.manager.can_delete %}|{% endif %} {% if annotation.manager.can_delete %}delete{% endif %} {% endifequal %}
  • {% empty %} {% if empty %}
  • {{ empty }}
  • {% endif %} {% endfor %}