{% extends 'base.html' %} {% block title %} Dealer Login | ArmaLaser {% endblock %} {% block css %} {% endblock %} {% block outsidecontainer %} {% endblock %} {% block content %}
{% if timeout and timeout == 'timeout' %}

{{ timeout_msg|raw }}

{% elseif question and question == 'notloggedin' %}

{{ q_msg|raw }}

{% endif %} {% if pagetitle %}

{{ pagetitle }} {% if action and action == 'newpassword' %} with new password {% endif %}

{% endif %}
{% if session.dealerloginerror %} {% include 'Error/errormessage.html' %} {% endif %}
{% endblock %} {% block bottomjs %} {% endblock %}