{% extends 'dj_audit/base.html' %} {% block title %} Request Status {% endblock %} {% block additional_styles %} {% endblock %} {% block page_content %}
S/N | Api Endpoint | Successful Requests | Requests with warnings | Failed Requests |
---|---|---|---|---|
{{ forloop.counter }} | {{ api.path_info }} | {{ api.no_success }} | {{ api.no_warning }} | {{ api.no_failed }} |