{% comment %} Organization branding for a course email footer: an optional small logo, the organization name (plain text) and its social links. Context (from EmailSenderService.organization_footer_context): org_footer_logo_url -- absolute URL of the org logo, or None org_footer_name -- organization name org_footer_social_links -- iterable of SocialLink Render inside a footer wrapper, e.g. {% endcomment %} {% if org_footer_logo_url %}

{% endif %}

{{ org_footer_name }}

{% if org_footer_social_links %} {% endif %}