field=models.BooleanField(default=False,help_text='Enable SDN check at checkout.',verbose_name='Enable SDN check'),
),
migrations.AddField(
model_name='siteconfiguration',
name='sdn_api_key',
field=models.CharField(max_length=255,verbose_name='US Treasury SDN API key',blank=True),
),
migrations.AddField(
model_name='siteconfiguration',
name='sdn_api_list',
field=models.CharField(help_text='A comma seperated list of Treasury OFAC lists to check against.',max_length=255,verbose_name='SDN lists',blank=True),
),
migrations.AddField(
model_name='siteconfiguration',
name='sdn_api_url',
field=models.CharField(max_length=255,verbose_name='US Treasury SDN API URL',blank=True),
<p>{% with "<aclass='nav-link'href='mailto:ofac.reconsideration@treasury.gov'>"|safe as ofac_email_link %}
{% blocktrans with end_link="</a>"|safe %}
Unfortunately, your account profile or payment information appears to match one or more records on a U.S. Treasury Department sanctions list. This means we cannot complete your transaction or provide you with services and must suspend your learner account.
If you have questions regarding clearing a match, please contact {{ ofac_email_link }}ofac.reconsideration@treasury.gov{{ end_link }} for information about options for clearing a match. Your account will be suspended until this matter is resolved satisfactorily.