psing has-emoji"> 058f31828c first commit vor 1 Jahr 3429 058f31828c first commit vor 1 Jahr 3430 058f31828c first commit vor 1 Jahr 3431 058f31828c first commit vor 1 Jahr 3433 058f31828c first commit vor 1 Jahr 3439 058f31828c first commit vor 1 Jahr 3440 058f31828c first commit vor 1 Jahr 3455 058f31828c first commit vor 1 Jahr 3456 058f31828c first commit vor 1 Jahr 3456_fsm 058f31828c first commit vor 1 Jahr 3456_vm 058f31828c first commit vor 1 Jahr 3466 058f31828c first commit vor 1 Jahr 3467 058f31828c first commit vor 1 Jahr 3468 058f31828c first commit vor 1 Jahr 3501 058f31828c first commit vor 1 Jahr 3502 058f31828c first commit vor 1 Jahr 3503 058f31828c first commit vor 1 Jahr 3534 058f31828c first commit vor 1 Jahr 3541 058f31828c first commit vor 1 Jahr 3541_fsm 058f31828c first commit vor 1 Jahr 3541_vm 058f31828c first commit vor 1 Jahr 3542 058f31828c first commit vor 1 Jahr 3574 058f31828c first commit vor 1 Jahr 3575 058f31828c first commit vor 1 Jahr 3576 058f31828c first commit vor 1 Jahr 3596 058f31828c first commit vor 1 Jahr 3597 058f31828c first commit vor 1 Jahr 3598 058f31828c first commit vor 1 Jahr 3599 058f31828c first commit vor 1 Jahr 3600 058f31828c first commit vor 1 Jahr 3600_fsm 058f31828c first commit vor 1 Jahr 3600_vm 058f31828c first commit vor 1 Jahr 3601 058f31828c first commit vor 1 Jahr 3601_fsm 058f31828c first commit vor 1 Jahr 3601_vm 058f31828c first commit vor 1 Jahr 3602 058f31828c first commit vor 1 Jahr 3602_fsm 058f31828c first commit vor 1 Jahr 3602_vm 058f31828c first commit vor 1 Jahr 3603 058f31828c first commit vor 1 Jahr 3603_fsm 058f31828c first commit vor 1 Jahr 3603_vm 058f31828c first commit vor 1 Jahr 3604 058f31828c first commit vor 1 Jahr 3605 058f31828c first commit vor 1 Jahr 3606 058f31828c first commit vor 1 Jahr 3607 058f31828c first commit vor 1 Jahr 3608 058f31828c first commit vor 1 Jahr 3609 058f31828c first commit vor 1 Jahr 3712 058f31828c first commit vor 1 Jahr 3764 058f31828c first commit vor 1 Jahr 3764_fsm 058f31828c first commit vor 1 Jahr 3764_vm 058f31828c first commit vor 1 Jahr 3766 058f31828c first commit vor 1 Jahr 3767 058f31828c first commit vor 1 Jahr 3997 058f31828c first commit vor 1 Jahr 4143 058f31828c first commit vor 1 Jahr 4144 058f31828c first commit vor 1 Jahr 4145 058f31828c first commit vor 1 Jahr 4146 058f31828c first commit vor 1 Jahr 4147 058f31828c first commit vor 1 Jahr 4148 058f31828c first commit vor 1 Jahr 4149 058f31828c first commit vor 1 Jahr 4150 058f31828c first commit vor 1 Jahr 4151 058f31828c first commit vor 1 Jahr 4152 058f31828c first commit vor 1 Jahr 4153 058f31828c first commit vor 1 Jahr 4154 058f31828c first commit vor 1 Jahr 4155 058f31828c first commit vor 1 Jahr 4156 058f31828c first commit vor 1 Jahr 4157 058f31828c first commit vor 1 Jahr 4158 058f31828c first commit vor 1 Jahr 4159 058f31828c first commit vor 1 Jahr 4160 058f31828c first commit vor 1 Jahr 4161 058f31828c first commit vor 1 Jahr 4162 058f31828c first commit vor 1 Jahr 4163 058f31828c first commit vor 1 Jahr 4164 058f31828c first commit vor 1 Jahr 4165 058f31828c first commit vor 1 Jahr 4166 058f31828c first commit vor 1 Jahr 4167 058f31828c first commit vor 1 Jahr 4168 058f31828c first commit vor 1 Jahr 4169 058f31828c first commit vor 1 Jahr 4170 058f31828c first commit vor 1 Jahr 4171 058f31828c first commit vor 1 Jahr 4172 058f31828c first commit vor 1 Jahr 4173 058f31828c first commit vor 1 Jahr 4174 058f31828c first commit vor 1 Jahr 5002 058f31828c first commit vor 1 Jahr 548 058f31828c first commit vor 1 Jahr 549 058f31828c first commit vor 1 Jahr 6102 058f31828c first commit vor 1 Jahr 6104 058f31828c first commit vor 1 Jahr 6106 058f31828c first commit vor 1 Jahr 6110 058f31828c first commit vor 1 Jahr 6111 058f31828c first commit vor 1 Jahr 6112 058f31828c first commit vor 1 Jahr 6113 058f31828c first commit vor 1 Jahr 6117 058f31828c first commit vor 1 Jahr 826 058f31828c first commit vor 1 Jahr 827 058f31828c first commit vor 1 Jahr 828 058f31828c first commit vor 1 Jahr PG_VERSION 058f31828c first commit vor 1 Jahr pg_filenode.map 058f31828c first commit vor 1 Jahr tum/shaqfindbeds - Gogs: Simplico Git Service

Nessuna descrizione

actions.html 1.2KB

123456789101112131415161718192021222324
  1. {% load i18n %}
  2. <div class="actions">
  3. {% block actions %}
  4. {% block actions-form %}
  5. {% for field in action_form %}{% if field.label %}<label>{{ field.label }} {% endif %}{{ field }}{% if field.label %}</label>{% endif %}{% endfor %}
  6. {% endblock %}
  7. {% block actions-submit %}
  8. <button type="submit" class="button" title="{% translate "Run the selected action" %}" name="index" value="{{ action_index|default:0 }}">{% translate "Go" %}</button>
  9. {% endblock %}
  10. {% block actions-counter %}
  11. {% if actions_selection_counter %}
  12. <span class="action-counter" data-actions-icnt="{{ cl.result_list|length }}">{{ selection_note }}</span>
  13. {% if cl.result_count != cl.result_list|length %}
  14. <span class="all hidden">{{ selection_note_all }}</span>
  15. <span class="question hidden">
  16. <a href="#" title="{% translate "Click here to select the objects across all pages" %}">{% blocktranslate with cl.result_count as total_count %}Select all {{ total_count }} {{ module_name }}{% endblocktranslate %}</a>
  17. </span>
  18. <span class="clear hidden"><a href="#">{% translate "Clear selection" %}</a></span>
  19. {% endif %}
  20. {% endif %}
  21. {% endblock %}
  22. {% endblock %}
  23. </div>