${ trigger.call("before_post_fields", feather) } {% for field in feather.fields %}

{% if field.type == "text" or field.type == "file" %} {% if post.filename and route.action == "edit_post" %} Current file name: ${ post.filename | escape('') } {% endif %} {% elseif field.type == "text_block" %} {% elseif field.type == "checkbox" %} {% elseif field.type == "select" %} {% endif %} $field.extra

{% endfor %} ${ trigger.call("after_post_fields", feather) }
{% if route.action == "edit_post" %} {% else %} {% if visitor.group.can("add_post") %} {% endif %} {% endif %}
{% if visitor.group.can("add_post") %}

{% endif %}

  ${ "(shows this post above all others)" | translate }

{% for field in options %}

{% if field.type == "text" or field.type == "file" %} {% elseif field.type == "text_block" %} {% elseif field.type == "select" %} {% endif %} $field.extra

{% endfor %}