all-in-one-event-calendar/public/admin/twig/add-ons-list/page.twig

12 lines
437 B
Twig
Raw Normal View History

2017-03-16 16:59:53 +01:00
<div class="wrap" id="ai1ec-add-ons">
<h2>
{{ labels.title }}
&nbsp;&mdash;&nbsp;<a href="https://time.ly/wordpress-calendar-plugin/addons/" class="button-primary" title="{{ labels.button_title | e("html_attr") }}" target="_blank">{{ labels.button_title }}</a>
</h2>
<p>{{ labels.paragraph_content }}</p>
{% if is_error %}
<div class="error"><p>{{ labels.error }}</p></div>
{% else %}
{{ content | raw }}
{% endif %}
</div>