{% load i18n %} {% comment %} One card in the Club identity page's Email/PDF tabs -- included with `preview` (a dict: key/label/description, plus subject/text for an email), `render_url` (the iframe's src, already resolved via {% url %} by the caller since {% url %} can't take a variable view name here), and `show_text_toggle` (True for an email, which has a plain-text body to switch to; False for a PDF, which doesn't). {% endcomment %}
{{ preview.description }}
{% if preview.subject %}{{ preview.text }}
{% endif %}