{% load i18n %}

{{ self.display_name }}

{% if self.claims %}

{% trans "This block displays a plot that summarizes responses to the following claims:" %}

{% for claim in self.claims_display %} {% endfor %}
{% trans "Claim" %} {% trans "Question 1" %} {% trans "Question 2" %}
{{ claim.0 }} {{ claim.1 }} {{ claim.2 }}
{% else %}

{% trans "This block displays a plot that summarizes responses to a set of claims." %}

{% endif %}