{% extends "modern/base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %} {% if success %}

Success

Your template has been saved:

{{ saved_filename }}

{% if location == 'user' %} Saved to user config directory: ~/.config/zebra_day/label_styles/ {% else %} Saved to package directory. {% endif %}

{% if saved_path %}

Full path: {{ saved_path }}

{% endif %}
Back to Templates
{% else %}

Save Failed

An error occurred while saving the template:

{{ error_message }}
Back to Templates Dashboard
{% endif %} {% endblock %}