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

{{ transition_type }}

{% if not report_link %} {% form_horizontal form=transition_form method="post" action=action_url %} {% else %}

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

{% trans "back to home" %}

{% endif %} {% endblock %}