{% extends "aasrp/base.html" %}
{% load i18n %}
{% block page_title %}
{% translate "My SRP requests" %} ยป {% translate "Ship Replacement" %}
{% endblock %}
{% block aasrp_body %}
{% include "aasrp/partials/view-own-requests/user-srp-requests.html" with tab_name="tab-user-srp-requests" %}
{% include "aasrp/modals/view-requests/request-details.html" %}
{% endblock %}
{% block extra_css %}
{% include "bundles/datatables-css-bs5.html" %}
{% include "aasrp/bundles/aa-srp-css.html" %}
{% include "aasrp/bundles/aa-srp-form-css.html" %}
{% endblock %}
{% block extra_javascript %}
{% include "bundles/datatables-js-bs5.html" %}
{% include "bundles/moment-js.html" with locale=True %}
{% include "bundles/filterdropdown-js.html" %}
{% include "aasrp/bundles/my-srp-requests-js.html" %}
{% endblock %}