{% extends "base.html" %} {% load static %} {% load i18n %} {% load django_th_extras %} {% block title %}{% if user.is_authenticated %}{% trans "My Triggers" %} - {{ user.username }} - {% else %}{% trans "Home" %} - {% endif %}Trigger Happy{% endblock %} {% block content %} {% if user.is_authenticated %}
{% trans "You can now proceed by creating" %} {% trans "your first trigger" %}