{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans "Fetch Lightsail Instance" %}

{% trans "Provide the instance name, region, and optional credentials to fetch the latest details from AWS Lightsail." %}

{% csrf_token %} {{ form.non_field_errors }} {{ form.as_table }}
{% trans "Back to list" %}
{% endblock %}