This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/views/yuuno/premium/complete.twig

12 lines
430 B
Twig
Raw Normal View History

2017-03-23 15:01:53 +00:00
{% extends '@yuuno/master.twig' %}
2016-07-31 01:32:37 +00:00
{% set title = 'Purchase complete!' %}
{% block content %}
2016-11-08 19:56:37 +00:00
<div class="content content--alt" style="text-align: center;">
<h1 style="margin: 1em auto;">Thank you for your contribution!</h1>
<h1 class="fa fa-heart" style="font-size: 20em;"></h1>
2016-08-04 21:24:08 +00:00
<h3>Your Tenshi will expire on {{ user.isPremium|date(config('general.date_format')) }}.</h3>
</div>
{% endblock %}