{% with object.get_share_url as share_url and object.get_widgets_url as widgets_url %}
<li><ahref="http://www.facebook.com/sharer.php?u={{ share_url }}">{% trans "Share on Facebook!" %}</a></li>
<li><ahref="https://twitter.com/share?text={% blocktrans %}Translate {{ object }} using %23Weblate at {{ share_url }}!{% endblocktrans %}">{% trans "Tweet this translation!" %}</a></li>
<li><ahref="{% url 'engage' project=object.slug %}">{% trans "Engage page" %}</a></li>
<li><ahref="{{ widgets_url }}">{% trans "Status widgets" %}</a></li>
{% with object.get_share_url as share_url and object.get_widgets_url as widgets_url %}
<li><ahref="http://www.facebook.com/sharer.php?u={{ share_url }}">{% trans "Share on Facebook!" %}</a></li>
<li><ahref="https://twitter.com/share?text={% blocktrans %}Translate {{ object }} using %23Weblate at {{ share_url }}!{% endblocktrans %}">{% trans "Tweet this translation!" %}</a></li>
<li><ahref="{% url 'engage' project=object.project.slug %}">{% trans "Engage page" %}</a></li>
<li><ahref="{{ widgets_url }}">{% trans "Status widgets" %}</a></li>
{% with object.get_share_url as share_url and object.get_widgets_url as widgets_url %}
<li><ahref="http://www.facebook.com/sharer.php?u={{ share_url }}">{% trans "Share on Facebook!" %}</a></li>
<li><ahref="https://twitter.com/share?text={% blocktrans %}Translate {{ object }} using %23Weblate at {{ share_url }}!{% endblocktrans %}">{% trans "Tweet this translation!" %}</a></li>
<li><ahref="{% url 'engage' project=object.subproject.project.slug %}">{% trans "Engage page" %}</a></li>
<li><ahref="{{ widgets_url }}">{% trans "Status widgets" %}</a></li>