{% extends "base.html" %} {% block content %} {% with messages = get_flashed_messages(with_categories=false) %} {% if messages %} {% for i in range(messages|length()) %} {% endfor %} {% endif %} {% endwith %}
Add new core type
{% for i in range(core_types|length()) %}