{% extends 'base.html' %} {% block title %} Success | ArmaLaser {% endblock %} {% block css %} {% endblock %} {% block outsidecontainer %} {% endblock %} {% block content %}

Success


{% if logout == 'true' %}

{{ message }}

{% endif %} {% if submitcontactform == 'true' %}

Thanks {{ name }}! {{ message }}





{% endif %} {% if warrantysuccess == 'true' %}

Thanks {{ name }}! {{ message }}





{% endif %} {% if dealersuccess %}

Thanks {{ results.name }}!

Your information was successfully submitted.

Someone from ArmaLaser Dealer Services will contact you.

Thank you for your interest in ArmaLaser.





{% endif %} {% if videoreview == 'true' %}

Thanks {{ name }}!

Your video review information was successfully submitted.

Your video will be reviewed. If approved for publication, we will contact you.

Thank you for your interest in ArmaLaser.





{% endif %} {% if instructorsuccess == 'true' %}

Thanks {{ first_name }}! Your message has been sent.

Someone will contact you as soon as possible.

Thank you for your interest in ArmaLaser.





{% endif %} {% if acct_activated == 'true' %}

{{ acct_activated1|raw }}

{{ acct_activated3|raw }}

Thank you for your interest in ArmaLaser.





{% endif %} {% if success_registration == 'true' %}

{{ success_registration1|raw }}

{{ success_registration2|raw }}

Thank you for your interest in ArmaLaser.





{% endif %} {% if partner_register_success == 'true' %}

{{ register_success1|raw }}

{{ register_success3|raw }}


{{ register_success2|raw }}





{% endif %} {% if temp_pass_sent == 'true' %}

{{ message|raw }}

Thank you!





{% endif %} {% if purchase == 'true' %}

Thank you {{ first_name }} {{ last_name }}!

Your purchase was successful.

Please check your email for your order summary.

Thank you!





{% endif %} {% if phone_purchase %}

The order for {{ first_name }} {{ last_name }} was successful.

The customer was sent an order summary by email.





{% endif %} {% if passwordupdated %}

Good work {{ customer.billing_firstname }}! Your password has been updated.

To manage your account, after logging in click "Admin" in the top navigation bar, and then "Dashboard".

You can login in with your new password by clicking here.





{% endif %}
{% endblock %} {% block bottomjs %} {% endblock %}