{% extends "adv_base.html" %} {% block titleTag -%} {{ _("Deliver now") }} - KindleEar {% endblock -%} {% block advcontent -%}
{{ _("Deliver Now") }}

{{ _("Deliver selected recipes now.") }}

{% if recipes|length == 0 -%}
{{ _("There are no recipes subscribed") }}
{% endif -%} {% for item in recipes -%} {% endfor -%} {% if recipes|length > 0 -%} {% endif -%}
{{ _('Deliver') }}
{% endblock -%} {% block js -%} {% endblock -%}