{% extends 'front/base.html' %} {% load static %} {% block title %} {{meta.meta_title}} - {{meta.meta_description}} {% endblock title %} {% block title1 %} {{meta.meta_title}} - {{seo_settings.tag_line}} {% endblock title1 %} {% block title2 %} {{meta.meta_title}} - {{seo_settings.tag_line}} {% endblock title2 %} {% block content %}
{% for slider in sliders %}
{% if settings.slider_particle_is_active %}
{% endif %}
{% endfor %} {% if products %}
Our Solutions

Products

{% for product in products %}
0{{ forloop.counter }} {% if product.name %}

{{ product.name }}

{% endif %} {% if product.short_description %}

{{ product.short_description }}

{% endif %}
{% endfor %}
{% endif %} {% endblock content %}