{% extends "forms/user_tab.html" %} {% load exfiltry %} {% load exsyntax %} {% block all %} {% with show_title_bar=1 title='Instalation' %} {{ block.super }} {% endwith %} {% endblock %} {% block list_content_header %} {% if status != 2 %} {{ block.super }} {% endif %} {% endblock %} {% block list_content_header_first_row %} {% if status == 1 %}

{{readmedata|markdown|safe}}

License

{{licensedata|markdown|safe}}



{% endif %} {% endblock %} {% block list_content_header_third_row %}

{% endblock %} {% block form_table_filter %} {% if status %} {% if status == 1 %} {% inline_form %} accept_license {% endinline_form %} {% endif %} {% else %}
{% inline_form %} ptig {% endinline_form %}
{% endif %} {% endblock %} {% block form_content_button %} {% endblock %} {% block user_header %} Instalation report {% endblock %} {% block user_row %} {{object}} {% endblock %}