{% with userlanguages 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 TODO." %}</p>
{% endif %} {# userlanguages #}
<p><aclass="btn btn-default"href="{% url 'profile' %}#languages">{% trans "Manage your languages" %}</a></p>
</div>{% endfor %}
<divclass="tab-pane"id="projects">
<divclass="tab-pane"id="projects">
{% else %}
{% else %} {# user.is_authenticated #}
<divclass="tab-pane active"id="projects">
<divclass="tab-pane active"id="projects">
{% endif %} {# user.is_authenticated #}
{% endif %} {# user.is_authenticated #}
...
@@ -138,6 +122,18 @@ $("#views-menu li a").click(function(){
...
@@ -138,6 +122,18 @@ $("#views-menu li a").click(function(){
{% with userlanguages 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 TODO." %}</p>
{% endif %} {# userlanguages #}
<p><aclass="btn btn-default"href="{% url 'profile' %}#languages">{% trans "Manage your languages" %}</a></p>