{% extends "emails/base_amp.html" %}
{% load i18n %}
{% block extra_head %}
{% endblock %}
{% block extra_styles %}
.options-wrap {
display: block;
padding: 4px 15px;
}
.option-label {
display: flex;
align-items: center;
padding: 10px 20px;
border: 1px solid #eee;
border-radius: 6px;
cursor: pointer;
margin: 6px 0;
gap: 10px;
}
.option-label input[type="radio"] {
width: 18px;
height: 18px;
cursor: pointer;
flex-shrink: 0;
}
{% endblock %}
{% block content %}
{% if track_open_url %}
{% translate "Your answer shapes what comes next in the course. Choose carefully: it can't be changed once sent." %}