{% else %}
{% trans "RELATE" as RELATE %}
{% blocktrans trimmed %} There are no courses hosted on this {{ RELATE }} site. {% endblocktrans %}
{% if not user.is_authenticated %}
{% url "relate-sign_in_by_user_pw" as relate-sign_in_by_user_pw %}
{% blocktrans trimmed %}
Sign in to get started.
{% endblocktrans %}
{% endif %}
{% endif %}
{% if user.is_staff %}
{% trans "Set up new course" %} »
{% endif %}
{% endblock %}