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

{% trans "Fetch Lightsail Cost Estimate" %}

{% trans "Enter a Lightsail resource name, region, cost window, and optional AWS credentials to store a billing estimate snapshot." %}

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