{% for k,v in submission.submitted_to.expectations %}
  • {% if k in submission.fulfilled_expectations %} {% include 'bi/check-square-fill.html' %} {% else %} {% include 'bi/x-square-fill.html' %} {% endif %} {{ v }}
  • {% endfor %}