{% extends "base.html" %} {% load i18n %} {% block headtitle %}{% trans 'BPOs in Assets' %}{% endblock %} {% block main_content %} {% if error %}
× {% trans 'Error' %}! {{error}}
{% endif %} {% if imported %}
× {% trans 'Success' %}! {{imported}} {% trans 'blueprints imported' %}.
{% endif %} {%for col in columns%} {%endfor%} {%for col in columns%} {%endfor%}
{{col}}
{% trans 'Loading data from server...' %}
{{col}}
{% csrf_token %} {% trans 'Import All BPOs' %}
{% endblock %} {% block post_javascripts %} {% endblock %}