{% extends "sentry/emails/issue_alert_base.html" %} {% block table %}
{% for label, html, _ in transaction_data %}

{{ label }}

{{ html }}
{% endfor %}
{% endblock %}