{% extends 'votebase/base.html' %} {% load i18n %} {% block title %}{% trans 'Profile' %}{% endblock %} {% block content_title %}{% trans 'Profile' %}{% endblock %} {% block body_class %}profile{% endblock %} {% block js %} {% endblock %} {% block content %} {% include 'votebase/helpers/tabs.html' with active='profile' %}