{% load i18n static %}{% spaceless %} {% with full_page_url=SITE.web_url|add:page_url %} {% blocktrans asvar shared_subject %}Follow a course online with Richie{% endblocktrans %} {% blocktrans with title=page_title|safe url=full_page_url asvar shared_sentence %}I just enrolled to the course "{{ title }}" on Richie: {{ url }}{% endblocktrans %}
{% trans "Share on Facebook" %} {% trans "Share on Twitter" %} {% trans "Share on Linkedin" %} {% trans "Share by Email" %}
{% endwith %} {% endspaceless %}