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

{% trans "Actions" %}

{% endblock %} {% block content %}

Hi {{ user.first_name }}

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

{% endblock %}