{% load i18n %} {% if stories %} {% for ctx in stories %} {% endfor %}
  {% trans 'Context' %}
 
{{ ctx }}
{% else %}

{% trans 'No story calls were recorded during this request.' %}

{% endif %}