{% extends "admin/layout.html" %} {% block admin_title %}{% if is_edit %}{{ t.artists_edit_heading }}{% else %}{{ t.artists_new_heading }}{% endif %}{% endblock admin_title %} {% block content %}

{% if is_edit %}{{ t.artists_edit_heading }}{% else %}{{ t.artists_new_heading }}{% endif %}

{% if is_edit %}

{{ t.artists_image }}

{% match current_image_url %} {% when Some with (url) %}
{% when None %}

{{ t.artists_no_image }}

{% endmatch %}

{{ t.artists_upload_image }}


{{ t.artists_pick_cover }}

...

{% endif %} {% endblock content %}