1{% extends "base." + current_locale + ".html" %} 2{% block title %}Smoke Signal - {{ t("edit-event-title") }}{% endblock %} 3{% block head %}{% endblock %} 4{% block content %} 5{% include "edit_event." + current_locale + ".common.html" %} 6{% endblock %}