{% extends "allianceauth/base-bs5.html" %} {% load django_bootstrap5 %} {% load i18n %} {% block page_title %} {% translate "SRP Request" %} {% endblock page_title %} {% block header_nav_brand %} {% translate "Ship Replacement Program" %} {% endblock header_nav_brand %} {% block content %}

{% translate "Create SRP Request" %}

{% translate "Your SRP request" %}
{% csrf_token %} {% bootstrap_form form %}
{% translate "Create SRP request" as button_text %} {% bootstrap_button button_class="btn btn-primary" content=button_text %}
{% endblock content %}