{% extends '_dashboard/base.html.twig' %} {% block page_content %} {% if is_granted('ROLE_SENIOR') %}

Create new

{% endif %} {##} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% for worldmark in worldmarks %} {##} {% if is_granted('ROLE_SENIOR') %} {% endif %} {% else %} {% endfor %}
IdName Slug Description SortOrder Versionactions
{{ worldmark.id }}{{ worldmark.name }} {{ worldmark.name }} {{ worldmark.slug }} {{ worldmark.description }} {{ worldmark.sortOrder }} {{ worldmark.version }} edit
no records found
{% endblock %}