{% with usertranslations as translations and 2 as show_language and user.profile.hide_completed as hide_completed %}
{% include "list-translations.html" %}
{% endwith %}
{% else %}
<pclass="help-block">{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages." %}</p>
{% endif %}
<pclass="help-block">{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages in your subscribed projects." %}</p>
{% endif %} {# usertranslations #}
<p><aclass="btn btn-default"href="{% url 'profile' %}#languages">{% trans "Manage your translations" %}</a></p>
</div>
<divclass="tab-pane"id="your-languages">
{% if usertranslations %}
{% with usertranslations as translations and 2 as show_language and user.profile.hide_completed as hide_completed %}
{% include "list-translations.html" %}
{% endwith %}
{% else %}
<pclass="help-block">{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages in all projects." %}</p>
{% endif %} {# usertranslations #}
<p><aclass="btn btn-default"href="{% url 'profile' %}#languages">{% trans "Manage your translations" %}</a></p>