{% if pagetype == 1 %}
{% elif pagetype == 11 %}
{% else %}
{% if pagetype != 22 %}

I am {{ store_owner.first_name }} {{ store_owner.last_name }}

Certified by the State to work on:
    {% if stylist.stylist_is_hair_certified == 1 %}
  • {% endif %} {% if stylist.stylist_is_nails_certified == 1 %}
  • {% endif %} {% if stylist.stylist_is_makeup_certified == 1 %}
  • {% endif %} {% if stylist.stylist_is_massage_certified == 1 %}
  • {% endif %} {% if stylist.stylist_is_fitness_certified == 1 %}
  • {% endif %} {% if stylist.stylist_work_with_childrens == 1 %}
  • {% endif %}
{% if stylist.stylist_rewards != None %}
{{ stylist.stylist_rewards }} % Discount
{% endif %}
{{ stylist.stylist_legal_name }}
{% endif %} {% endif %}