oshipka/vm_gen/templates/html/_action_table.html

3 lines
153 B
HTML
Raw Normal View History

2021-05-08 15:52:52 +02:00
{% if has_permission('[[ name|camel_to_snake ]]', 'table') %}
<a href="{{ url_for('table_[[ name|camel_to_snake ]]') }}">{{ _("table") }}</a>
{% endif %}