{% extends "base_authenticated.html" %} {% block title %}{{ project.name }} - QR Codes{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ project.description }}
{% endif %}No QR codes in this project match your search criteria. {% if search_name %}Try a different name{% endif %} {% if search_name and search_status %} or {% endif %} {% if search_status %}try changing the status filter{% endif %}.
Clear Filters {% else %}This project doesn't have any QR codes yet.
{% if session.role == 'admin' %} Create QR Code {% endif %} {% endif %}