{% 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 aboutpage %}
{% if aboutpage.image1 %}
{% endif %}
{% if aboutpage.image2 %} {% endif %} {% if aboutpage.image3 %} {% endif %}
{% if aboutpage.years_of_experience %}
{{ aboutpage.years_of_experience }}
Years
{% endif %}
{% if aboutpage.subtitle %} {{ aboutpage.subtitle }} {% endif %} {% if aboutpage.title %}

{{ aboutpage.title }}

{% endif %}
{% for fact in funfact|slice:":3" %}
{% if fact.count %}{{ fact.count }}{% endif %}{% if fact.count_after %}{{ fact.count_after }}{% endif %} {% if fact.title %}
{{ fact.title }}
{% endif %}
{% endfor %}
{% if aboutpage.description %}

{{ aboutpage.description|safe }}

{% endif %}
{% if aboutpage.feature1 %} {{ aboutpage.feature1 }} {% endif %} {% if aboutpage.feature2 %} {{ aboutpage.feature2 }} {% endif %} {% if aboutpage.feature3 %} {{ aboutpage.feature3 }} {% endif %}
{% endif %}
{% if about %}
{% if about.subtitle %} {{ about.subtitle }} {% endif %} {% if about.title %}

{{ about.title }}

{% endif %}
{% if about.short_description %}

{{ about.short_description }}

{% endif %} {% if about.long_description %}

{{ about.long_description|safe }}

{% endif %}
{% if settings.logo_dark %} {% endif %} {% if about.ranking_number %} #{{ about.ranking_number }} {% endif %}

{% if about.tag_line %}{{ about.tag_line }}{% endif %} {% if about.experience %}{{ about.experience }}{% endif %}

{% if about.image %} {% endif %} {% if about.video_thumbnail %} {% endif %}
{% endif %} {% endblock %}