Skip to content

Instantly share code, notes, and snippets.

@mikehenriquezf
Created September 10, 2012 19:50
Show Gist options
  • Save mikehenriquezf/3693389 to your computer and use it in GitHub Desktop.
Save mikehenriquezf/3693389 to your computer and use it in GitHub Desktop.
{% load i18n %}
<p>{% blocktrans with user=user.first_name|default:"User" %}Hello {{user}},{% endblocktrans %}</p>
<p>{% blocktrans with entrypoint_name=entrypoint.name %}Welcome to Discovery Social!</p>
<p>Interact with stars of the show, your friends and others, while watching Discovery on TV. You can join the conversation from your mobile, tablet or computer. No download required.</p>
<p>This message was sent to you by Discovery Social. <br/> For questions, please contact us [email protected]</p>
{% load i18n %}
{% blocktrans with user=user.first_name|default:"User" %}Hello {{user}},{% endblocktrans %}
{% blocktrans with entrypoint_name=entrypoint.name %}Welcome to Discovery Social!
Interact with stars of the show, your friends and others, while watching Discovery on TV. You can join the conversation from your mobile, tablet or computer. No download required.
This message was sent to you by Discovery Social.
For questions, please contact us [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment