{% extends base_template %} {% load helpers %} {% load form_helpers %} {% block title %}{{ block.super }} - Notes{% endblock %} {% block content %} {% if perms.extras.add_note %}

Add a new note

Note
{% csrf_token %} {% render_form form %}
Cancel
{% endif %} {% include 'responsive_table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% endblock %}