{% 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 %} Service HomeService {% 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 %} Read More {% 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 %} {% if pricing.is_featured %} {{ pricing.featured_text }} {% endif %} {% if pricing.title %} {{ pricing.title }} {% endif %} {% if pricing.subtitle %} {{ pricing.subtitle }} {% endif %} {% if pricing.price %} {{ settings.currency_symbol }} {{ pricing.price }} {% endif %} {% if pricing.description %} {{ pricing.description|safe }} {% endif %} {{ pricing.button_text }} {% endfor %} {% endif %} {% endblock %}
{{ service.short_description }}
{{ testimonial.description }}