{% load django_bootstrap5 %} {% load i18n %}
{% csrf_token %}
{% if error_message %} {% endif %} {% bootstrap_form forms.add_snapshot %}
{% translate "Submit Snapshot" as button_text %} {% bootstrap_button button_type="submit" content=button_text %}