{% extends 'base.html' %} {% load i18n static %} {% block title %}{% trans "S.E.E.L.E - Preparation" %}{% endblock %} {% block content %}
{% if msg %}
{{msg}}
{% endif %}
{% trans "Disaster Prep" %}
{% csrf_token %}
{% url 'profile' as profile_url %}

{% blocktrans %}Select the disaster you want to prepare for! Changes and updates to user information can be made on the Profile page!{% endblocktrans %}

{% endblock %}