{% extends 'front/base.html' %} {% load static %} {% block title %} {{seo.meta_title}} - {{seo.meta_description}} {% endblock title %} {% block title1 %} {{seo.meta_title}} - {{seo_settings.meta_title}} {% endblock title1 %} {% block title2 %} {{seo.meta_title}} - {{seo_settings.meta_title}} {% endblock title2 %} {% block content %}
{% if services %}
Our Solutions

Services

{% for service in services %}
0{{forloop.counter}} {% if service.fontawesome_icon_class %}
{% endif %} {% if service.name %}

{{ service.name }}

{% endif %} {% if service.short_description %}

{{ service.short_description }}

{% endif %}
{% endfor %}
{% endif %} {% if testimonials %}
Testimonial

Client Say About Us

{% for testimonial in testimonials %}
{{ testimonial.name }}
{{ testimonial.position }} {% if testimonial.star %}
{% for i in "x"|rjust:testimonial.star %} {% endfor %}
{% endif %}

{{ testimonial.description }}

{% if testimonial.image %}
{% endif %}
{% endfor %}
{% endif %} {% if pricings %}
Getting Start

Pricing Plan

{% for pricing in pricings %}
{% endfor %}
{% endif %} {% endblock %}