oshipka/vm_gen/templates/html/_action_table.html
2021-05-08 15:52:52 +02:00

3 lines
153 B
HTML

{% if has_permission('[[ name|camel_to_snake ]]', 'table') %}
<a href="{{ url_for('table_[[ name|camel_to_snake ]]') }}">{{ _("table") }}</a>
{% endif %}