{% extends 'base.html' %} {% load static %} {% block content %}

Search Notes

Search Notes
{% csrf_token %}


{% if searchdata %} {% if messages %} {% for message in messages %} {% if message.tags == 'error' %} {% endif %} {% endfor %} {% endif %} {% if messages %} {% for message in messages %} {% if message.tags == 'info' %} {% endif %} {% endfor %} {% endif %} {% for i in searchdata %} {% endfor %}
# Subject Notes Title Creation Date Action
{{ forloop.counter }} {{i.subject}} {{i.notestitle}} {{i.created_at}} Edit Delete
{% else %} {% if query %}

No records found for: "{{ query }}"

{% endif %}
{% endif %}
{% endblock %}