@@ -5,10 +5,11 @@
</a>
</li>
+ {% if !isTrashPage() and !page.isDeleted() %}
<li class="nav-main-left-tab">
<a {% if user %}href="#edit" data-toggle="tab"{% endif %} class="edit-button {% if not user %}edit-button-disabled{% endif %}">
<i class="icon-note"></i> {{ t('Create') }}
-
+ {% endif %}
</ul>