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