{% extends "base.html" %} {% block headtitle %}Bpo's in Assets{% endblock %} {% block breadcrumbs %}
  • Home
  • Industry
  • Catalog
  • Blueprints
  • Import from corp assets
  • {% endblock %} {% block main_content %} {% if error %}
    × Error! {{error}}
    {% endif %} {% if imported %}
    × Success! {{imported}} blueprints imported.
    {% endif %} {%for col in columns%} {%endfor%} {%for col in columns%} {%endfor%}
    {{col}}
    Loading data from server...
    {{col}}
    {% csrf_token %} Import All BPOs
    {% endblock %} {% block post_javascripts %} {% endblock %}