{% load compress i18n wirecloudtags %}{% load static from staticfiles %} {% trans "WireCloud Platform - Sign in" %} {% compress css %} {% platform_css "index" %} {% endcompress %}
{% with wc_logo_id="123456"|make_list|random %}{% with wc_logo="images/logos/wc"|add:wc_logo_id|add:".png" %} {% endwith %}{% endwith %}
{% if form.errors %}
{% blocktrans %}

Your username and password didn't match.

Please try again.

{% endblocktrans %}
{% endif %} {% csrf_token %}