{% extends "bazar/base.html" %} {% load i18n %} {% block bazar_content %}
{% trans "Edit" %} {% trans "Delete" %}
{% for tag in note_instance.tags.all %} {{ tag.name }} {% endfor %}