{% extends "base.html" %} {% block title %}{{ lang_data[solution].pagetitle }}{% endblock %} {% block content %} {% if lang_data[solution].banners %}
{{ content.desc }}
{% endif %} {% if content.desc_with_list %} {% if content.desc_with_list.text %}{{ content.desc_with_list.text }}:
{% endif %} {% endif %} {% if content.images %}{{ content.footer }}
{% endif %} {% if content.footer2 %}{{ content.footer2 }}
{% endif %} {% endif %} {% endfor %}