{% extends 'assets/base.html' %} {% load bob %} {% load i18n %} {% block content %}

{{ transition_type }}

{% if not transition_ended %} {% form_horizontal form=transition_form method="post" action=action_url %} {% elif required_report %}

{% trans "click " %} {% trans "here" %} {% trans "to download report" %}

{% endif %} {% if transition_ended %}

{% trans "back to home" %}

{% endif %} {% endblock %}