Created
September 10, 2012 19:50
-
-
Save mikehenriquezf/3693389 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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