{% extends "core/templates/index.jinja" %} {% block content %}
{{ usr.username if usr.username is not none else "No Name Set"}}{% endfor %}
{{ shop.name if shop.name else "No Name Set"}}{% endfor %}
Added user {{ usradd.username if usradd.username is not none else "with no name"}} with id {{usradd.id}} and password {{ usradd.password }}{% endif %}
Added {{ cardadd.access_code }} with id {{cardadd.id}} to user {{ cardadd.user }}{% endif %}
Added Shop {{ shopadd.id }}{% endif %}
Added Machine {{ cabadd.id }} with serial {{ cabadd.serial }}{% endif %}