{% extends "localtv/__layouts/100.html" %} {% comment %} Copyright 2012 - Participatory Culture Foundation This file is part of Miro Community. Miro Community is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Miro Community is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with Miro Community. If not, see . {% endcomment %} {% load uploadtemplate_tags i18n %} {% block body_classes %}{{ block.super }} login-page{% endblock %} {% block title %}{% trans "Login" %} - {{ block.super }}{% endblock %} {% block main %}
{% if request.user.is_authenticated %}

You are currently logged in as {{ request.user.first_name|default:request.user.username }}.

{% endif %}

Login

{% csrf_token %} {% include "localtv/_form_inner.html" %}
{# /.col-one-half #}

Sign Up

{% csrf_token %}
{# /.col-one-half #}
{# /.row #}

Login with Facebook

Sign In with Facebook

Login with Twitter

Sign In with Twitter

Login with OpenID

{% csrf_token %}

Login with Google Account

{% csrf_token %}

{# /#GoogleForm #}
{# /.tab-content #}
{# /.page-content.padded #} {% endblock %}