{# -*- coding: utf-8 -*- #} {% extends "form.html" %} {% load exfiltry %} {% load exsyntax %} {% block pythoncode %} {% endblock %} {% block all %} {% with form_width=320 form_height=50 show_title_bar=1 title="Applications" %} {{ block.super }} {% endwith %} {% endblock %} {% block body_start %} {% endblock %} {% block body %}

Wybierz aplikacjÄ™:
{% widget class='menu' id='user_action' title='Other options' style='toolbar' %}
  • Other files
  • Model extensions
  • View extensions
  • Url extensions
  • Task extensions
  • Channel consumer extensions
  • Doc
  • {% endwidget %}
    {% endblock %}