{% extends "vault/base.html" %} {% load i18n static %} {% block title %}{% trans 'Cloud Migration' %} › {% trans "General Report" %}{% endblock %} {% block some_top_info %}{% trans 'Cloud Migration' %}{% endblock %} {% block content_title %}{% trans "General Report" %}{% endblock %} {% block content_breadcrumb %} {% trans 'Cloud Migration' %} {% trans "General Report" %} {% endblock %} {% block content %}
{% endblock %} {% block js_bottom %} {% endblock %}