{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}{{ title }}{% endblock %} {% block content %} {% origin %}

{{ title }}

{% if not option %}

Help on states

{% endif %}
{% csrf_token %} {% for field in form.visible_fields %} {% bootstrap_field field %} {% if field.name == "charter_state" and chartering_type == "rechartering" %}
{% endif %} {% endfor %} {% if initial_review %}

Warning: Announced initial review time hasn't elapsed yet. It does so at {{ initial_review.expires }}.

{% endif %} {% if option == "initcharter" or option == "recharter" %} {% endif %} {% if not option or option == "abandon" %} Back {% endif %}
{% if prev_state %}

Or revert to previous state

{% csrf_token %}
{% endif %} {% endblock %} {% block js %} {% endblock %}