{% extends 'base.html' %} {% load static %} {% block title %}My Requests{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

My Requests

New Request
{# Status filter pills #}
All {% for value, label in status_choices %} {{ label }} {% endfor %}
Loading…
{% endblock %}