{% extends "enap_designsystem/base.html" %} {% load wagtailcore_tags %} {% load static %} {% block content %} {{ self.title_prefix }} {{ self.title_highlight }} {{ self.description }} {% for section in self.content_sections %} {{ section.value.database_title }} {{ section.value.database_description }} {% for card in section.value.cards %} {% if card.link %} {% endif %} {{ card.name }} {{ card.info }} {% if card.link %} {% endif %} {% endfor %} {% endfor %} {% endblock %}
{{ self.description }}
{{ section.value.database_description }}
{{ card.info }}