{% comment %} vim: list tabstop=4 {% endcomment %} {% load yauth %} {% load i18n %} {% load staticfiles %} {% get_current_language as LANGUAGE %} {% block title %}{% trans "Bug Bounty" %}{% endblock title %}
{% if LANGUAGE == 'en' %}

{% else %}

{% endif %}
{% if yauser.is_authenticated %}
{{ yauser.login }}
{% else %} {% endif %}