{% load parody_web_annotate %}{% ink_context as ink %}{% if ink.enabled %} {% if ink.versions|length > 1 %} {% for v in ink.versions %} {% if v.current %}Current{% else %}Annotated {{ v.updated_at|slice:":10" }}{% endif %} {% endfor %} {% endif %} {% endif %}