{% extends "base.html" %} {% load static %} {% block title %}{{ main_product.name }}{% endblock %} {% block meta_description %}{{ main_product.short_description }}{% endblock %} {% block content %} Home › Products › {{ main_product.name }} Product {{ main_product.name }} {{ main_product.short_description }} About {{ main_product.name }} {% if main_product.image %} {% else %} {% endif %} {{ main_product.description }} {% with subs=main_product.sub_products.all %} {% if subs %} Modules {{ main_product.name }} Modules Explore the different modules and capabilities within {{ main_product.name }}. {% for sub in subs %} {% if sub.is_active %} {% if sub.image %} {% endif %} {{ sub.name }} {{ sub.short_description }} Learn More {% endif %} {% endfor %} {% endif %} {% endwith %} {% endblock %}
{{ main_product.short_description }}
{{ main_product.description }}
Explore the different modules and capabilities within {{ main_product.name }}.
{{ sub.short_description }}