{% extends "default:row.html" %} {% block title %}Annotating {{ super() }}{% endblock %} {% block content %}

Annotating {{ table }}: {{ ', '.join(primary_key_values) }}{% if private %} 🔒{% endif %}

{% include custom_table_templates %}
  DEBUG:
  {{ annotation_labels }}

Annotate this record

Select an annotation label: {% for label in annotation_labels %}
{% endfor %}

{% endblock %}