{% extends "base.html" %} {% block title %}{{ t('Register — Meal Tracker') }}{% endblock %} {% block content %}
{{ t('No households yet. Create one below!') }}
{{ t("You'll be the admin of this household.") }}
{{ t('Already have an account?') }} {{ t('Log in') }}