{% extends 'base.html' %} {% block title %} {{ year }} Gun Shows ArmaLaser {% endblock %} {% block metadescription %} Find locations and dates of Gun Shows ArmaLaser will be participting in throughout the US in {{ year }} {% endblock %} {% block css %} {% endblock %} {% block outsidecontainer %} {% endblock %} {% block content %}

join us at a gun show near you

{% include 'Shows/show-map.html' %}
{% if searched %}

Shows in {{ searched }}

{% if shows|length > 0 %} {{ shows|length }} {{ searched }}{% if shows|length < 2 %} show{% else %} shows{% endif %} in {{ "now"|date("Y") }} {% endif %}

Click here for All Shows throughout USA

{% else %}

All Shows Throughout USA

{% endif %} {% if shows %} {% for show in shows %} {% endfor %}
Starts Ends City St Name / Info Location ArmaLaser Rep Map Show Producer
{{ show.start|date("m/d/Y") }} {{ show.end|date("m/d/Y") }} {{ show.city }} {{ show.state }} {{ show.name }} {{ show.location }} {{ show.rep }} Map {{ show.show_producer }}
{% else %}

We'll be back in {{ "now"|date("Y") + 1 }}.
No more shows in {{ searched }} in {{ "now"|date("Y") }}.
Check back here for dates.
Visit our Dealer Page to find an authorized ArmaLaser dealer near you.

{% endif %}

our gun show staff offer
sales, service and installation.
you can also buy armalaser-equipped pistols
from our gun show dealer partners!

ArmaLaser at a gun show
{% endblock %} {% block bottomjs %} {% endblock %}