Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6933695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:51:54+00:00 2026-05-27T11:51:54+00:00

Still learning django and python… I have a form with many fields. I want

  • 0

Still learning django and python…

I have a form with many fields. I want to lay them out in rows of two fields each, and am using a table to do so. I can’t simply iterate over all the fields as I want finer control on certain things.

Essentially, I am putting out a row of two fields, and then if there are errors in any of those fields, generate a second row containing the errors.

In the template, I am repeating the following pattern over and over again:

 <tr>
     <td class="labels">Order Number:</td><td class="textentry">{{ order.ordernum }}</td>
     <td class="labels">Order Status:</td><td class="textentry">{{ order.status }} </td>
 </tr>
     {% if order.ordernum.errors %}
        {% for error in order.ordernum.errors %}
            <tr class="errors"><td colspan=2> {{ error|escape }}</td>
        {% endfor %}
        {% if order.status.errors %}
           {% for error in order.status.errors %}
              <td colspan=2> {{ error|escape }}</td>
           {% endfor %}
        {% endif %}
        </tr>
     {% endif %}

where all that changes from repeated pattern to repeated pattern are the specific field names.

The repetition makes me wonder: is there a better way to do this in the template? Is there some way to call a function from within the template where I could just pass in the field names?

Thanks for your help!

W.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T11:51:55+00:00Added an answer on May 27, 2026 at 11:51 am

    For anyone interested, I don’t know if there’s a better solution, but template macros a la djangosnippets.org/snippets/363 is how I solved this problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Still new to python and django, though learning ;-) I have a view that
Ok still learning here. If I have one form calling another form like below
Still learning MySQL, so bear with me. So I have two tables: leads, which
I'm still learning Grails and seem to have hit a stumbling block. Here are
i have some knowledge of css,jQuery,Grails,django,servlets and jsp still i can't see me designing
I'm still learning python. I just wrote this method to determine if a player
I'm still learning python and after playing around with pygame I noticed I'm re-importing
I have started learning Python by writing a small application using Python 3.1 and
I am still learning C and I'm having some trouble figuring out how to
I'm just learning Python & Django. (Thanks to everyone who contributes here -- it's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.