% endif
</div>
- <% tab_index = TabIndex() %>
<table>
- ${database_row(tab_index)}
- ${self.auth_parts.user_row(tab_index.val + 1, havecreds, user)}
- ${self.auth_parts.password_row(tab_index.val + 2, havecreds)}
- <% tab_index.inc(2) %>
-
- ${caller.body(tab_index)}
-
- ${format_row(tab_index)}
- ${nulls_row(tab_index)}
- ${file_row(tab_index)}
+ <%
+ tab_index = TabIndex()
+ database_row(tab_index)
+ self.auth_parts.user_row(tab_index.val + 1, havecreds, user)
+ self.auth_parts.password_row(tab_index.val + 2, havecreds)
+ tab_index.inc(2)
+
+ caller.body(tab_index)
+
+ format_row(tab_index)
+ nulls_row(tab_index)
+ file_row(tab_index)
+ %>
</table>
<p>