first commit after reset
[mixstore.git] / src / Mixstore / StoreBundle / Resources / views / upsert-email.txt.twig
CommitLineData
929ca066
BA
1{% if is_granted('ROLE_ADMIN') %}
2By {{ name }} {{ surname }} ({{ email }}).
3{% endif %}
4
5View online : {% if type == 'Package' %} {{ url('mixstore_store_package_view', { id: id }) }} {% else %} {{ url('mixstore_store_usecase_view', { id: id }) }} {% endif %}.