{% extends "base.html" %} {% block title %}Blueprints | left4me{% endblock %} {% block content %}

Blueprints

{% for blueprint in blueprints %} {% else %} {% endfor %}
NameCreatedUpdated
{{ blueprint.name }} {{ blueprint.created_at }} {{ blueprint.updated_at }}
No blueprints configured.
{% endblock %}