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

{{ pagetitle }}

*Please provide the following information to create your account. Make sure you have the correct Authorization Code.

{% if success %}
{{ success }}
{% endif %}
{% endblock %} {% block bottomjs %} {% endblock %}