{% extends "layouts/content_with_sidebar.html" %} {% load i18n %} {% block sidebar %}

{% trans "Actions" %}

{% endblock %} {% block content %}

Hi {% firstof user.first_name user.username %}

This is where more interesting things about your actions will show up, eventually

{% endblock %}